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

Compile Error

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