Problem addition
User Helloworld
Submission Time 2026-01-21 16:22:41
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:8:2: error: ‘a’ was not declared in this scope
8 | a = 4;
| ^
addition.cpp:9:2: error: ‘b’ was not declared in this scope
9 | b = 5;
| ^