Problem | flamethrower_ex |
---|---|
User | asbx |
Submission Time | 2023-11-07 10:34:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower_ex.cpp:1:1: error: ‘ios_base’ does not name a type
1 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
flamethrower_ex.cpp:3:1: error: ‘cin’ does not name a type
3 | cin.tie(NULL);
| ^~~