Problem addition
User eliasxyz
Submission Time 2025-05-22 21:08:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:2:20: error: expected ‘;’ before ‘ios_base’
2 | using namespace std
| ^
| ;
3 | ios_base::sync_with_stdio(false);//makes input faster
| ~~~~~~~~
addition.cpp:3:26: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | ios_base::sync_with_stdio(false);//makes input faster
| ^
addition.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin.tie(NULL);//makes input faster
| ^~~
| sin