Problem addition
User notachicken
Submission Time 2026-03-27 14:08:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:7: error: declaration does not declare anything [-fpermissive]
5 | long long;a
| ^~~~
addition.cpp:5:12: error: ‘a’ was not declared in this scope
5 | long long;a
| ^
addition.cpp:6:12: error: ‘b’ was not declared in this scope
6 | long long;b
| ^