Problem addition
User PhyoKoKoThant
Submission Time 2024-02-16 15:25:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:2:2: error: ‘cin’ was not declared in this scope
2 | cin.tie(0); ios_base::sync_with_stdio(0);
| ^~~
addition.cpp:2:14: error: ‘ios_base’ has not been declared
2 | cin.tie(0); ios_base::sync_with_stdio(0);
| ^~~~~~~~