Addition 3
Addition
Duck is dying in math. He would like add 2 numbers. Please help him!
Input Format
Input consists of 2 integers, a and b
Output Format
Output 1 integer, the sum of a and b.
Scoring
- If your code contains any semicolon, you will be given 0
- If your code is 8 or fewer characters long, you will get full points
- Else, your score is max(10, 100 - (length - 8))
Sample testcases
Input 1:
4 5
Output 1:
9