Problem addition
User Jovan67
Submission Time 2026-02-20 15:45:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:1: error: expected initializer before ‘int’
6 | int b
| ^~~
addition.cpp:10:13: error: ‘a’ was not declared in this scope
10 | std::cin >> a, b;
| ^
addition.cpp:10:16: error: ‘b’ was not declared in this scope
10 | std::cin >> a, b;
| ^