Problem addition
User RaichuAR
Submission Time 2023-12-27 21:34:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int32_t main()’:
addition.cpp:6:25: error: expected ‘;’ before ‘cin’
6 | ios::sync_with_stdio(0)
| ^
| ;
7 | cin.tie(0)
| ~~~
addition.cpp:9:9: error: ‘a’ was not declared in this scope
9 | cin >> a>> b;
| ^
addition.cpp:9:13: error: ‘b’ was not declared in this scope
9 | cin >> a>> b;
| ^