|
Time |
Memory |
| Case 1 |
1 sec |
32 MB |
| Case 2 |
1 sec |
32 MB |
| Case 3 |
1 sec |
32 MB |
| Case 4 |
1 sec |
32 MB |
Description
Given two value a and b, output the result of a+b.
Input
0 <= a, b <= 100000000.
Output
a+b
You need to print newline character '\n' in the end.
Partial Judge Code
11843.c
Partial Judge Header
11843.h
Tags