Problem paint
User wahjsodhowasd
Submission Time 2026-02-12 10:35:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:15:19: error: expected ‘;’ before ‘}’ token
15 | count.push_back(i)
| ^
| ;
16 | }
| ~
paint.cpp:19:6: error: ‘x’ was not declared in this scope
19 | cin>>x;
| ^
paint.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
paint.cpp:5:7: note: to match this ‘{’
5 | main(){
| ^