Problem addition
User Helloworld
Submission Time 2026-01-21 16:20:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:41: error: expected ‘;’ before ‘:’ token
6 | ios_base::sync_with_stdio(0);cin.tie(0):
| ^
| ;
addition.cpp:9:11: error: ‘a’ was not declared in this scope
9 | cout << a + b;
| ^
addition.cpp:9:15: error: ‘b’ was not declared in this scope
9 | cout << a + b;
| ^