Problem | addition |
---|---|
User | eliasxyz |
Submission Time | 2025-05-22 21:08:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:1: error: ‘ios_base’ does not name a type
2 | ios_base::sync_with_stdio(false);//makes input faster
| ^~~~~~~~
addition.cpp:3:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
3 | cin.tie(NULL);//makes input faster
| ^~~
| sin