Problem addition
User angelahaha
Submission Time 2023-11-08 10:02:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:13:16: error: stray ‘\342’ in program
13 | Subtask 2: a,b ≤ 109 (36 points)
| ^
addition.cpp:13:17: error: stray ‘\211’ in program
13 | Subtask 2: a,b ≤ 109 (36 points)
| ^
addition.cpp:13:18: error: stray ‘\244’ in program
13 | Subtask 2: a,b ≤ 109 (36 points)
| ^
addition.cpp:14:16: error: stray ‘\342’ in program
14 | Subtask 3: a,b ≤ 1018 (64 points)
| ^
addition.cpp:14:17: error: stray ‘\211’ in program
14 | Subtask 3: a,b ≤ 1018 (64 points)
| ^
addition.cpp:14:18: error: stray ‘\244’ in program
14 | Subtask 3: a,b ≤ 1018 (64 points)
| ^
addition.cpp: In function ‘int main()’:
addition.cpp:5:12: error: ‘a’ was not declared in this scope
5 | cin >> a,b;
| ^
addition.cpp:5:14: error: ‘b’ was not declared in this scope
5 |