Problem addition
User SharpnessChipped
Submission Time 2023-06-05 21:50:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:24: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
5 | cin.tie(0); ios_base::sync_with_studio(0);
| ^~~~~~~~~~~~~~~~
addition.cpp:9:13: error: expected ‘;’ before ‘return’
9 | cout << a+b
| ^
| ;
10 | return 0;
| ~~~~~~