Problem addition
User Jesus77
Submission Time 2025-01-20 16:55:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:6: error: expected unqualified-id before numeric constant
4 | int 64t a, b;
| ^~~
addition.cpp:6:14: error: ‘a’ was not declared in this scope
6 | std::cin >> a >> b;
| ^
addition.cpp:6:19: error: ‘b’ was not declared in this scope
6 | std::cin >> a >> b;
| ^