Problem paint
User gab
Submission Time 2025-05-11 17:50:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:27:16: error: expected ‘}’ at end of input
27 | cout << sum;
| ^
paint.cpp:8:12: note: to match this ‘{’
8 | int main() {
| ^