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

Compile Error

paint.cpp:4:26: error: expected constructor, destructor, or type conversion before ‘(’ token
4 | ios_base::sync_with_stdio(false);
| ^
paint.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin.tie(NULL);
| ^~~
| sin