TLE 2018-19 P2 - Willson and Trivial Problem

View as PDF

Submit solution

Points: 0
Time limit: 1.0s
Memory limit: 256M

Author:
Problem type
A trivial problem.

Willson the Canada Goose is sad that most people did not like the problems that featured him. As a result, he pleaded with the TLE contest setters to put him in a problem that people would not hate.

Your task is simple: given two integers A (1 \le A \le 10) and B (1 \le B \le 10), output on a single line A+B.

That's it. No tricks - no red herrings, no hidden hints in other problems, no OEIS, no hidden scripts, no screamers, nothing.

Input Specification

The first line of input will contain A.

The second line of input will contain B.

Output Specification

Output A+B.

Sample Input

1
3

Sample Output

4

Explanation for Sample Output

Trivially, 1+3 = 4.

Notice

Unfortunately, a mistake has been found in the problem data, and all submissions have been rejudged with the corrected data.

Because of the mistake, the contest will be unrated.

We apologize for any inconvenience this may have caused. Please direct all inquiries to Darcy_Liu on the DMOJ Discord.


Comments

There are no comments at the moment.