Problem paint
User chickengoat
Submission Time 2025-12-08 17:03:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:21:22: error: expected ‘}’ at end of input
21 | for(ll i=0;i<n;i++) {
| ^
paint.cpp:21:22: error: expected ‘}’ at end of input
paint.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^