Problem paint
User RandomCtfNoob
Submission Time 2024-02-28 17:12:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp: In function ‘int main()’:
paint.cpp:23:52: error: expected ‘)’ before ‘;’ token
23 | total = total + no[i].first + (no[i].second*(i-1);
| ~ ^
| )