Problem paint
User potatotomatobanana
Submission Time 2023-11-15 15:15:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp:3:1: error: ‘ios_base’ does not name a type
3 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
paint.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin.tie(NULL);
| ^~~
| sin