Problem paint
User seanLim
Submission Time 2025-01-20 16:44:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:23:29: error: expected ‘;’ before ‘}’ token
23 | sum += (info[l].first * l)
| ^
| ;
24 | }
| ~