Problem teleporting
User blob
Submission Time 2023-12-16 09:55:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

teleporting.cpp: In function ‘int main()’:
teleporting.cpp:24:5: error: expected primary-expression before ‘}’ token
24 | }
| ^
teleporting.cpp:23:38: error: expected ‘)’ before ‘}’ token
23 | if (hideouts[i] = cumulativeSum[i];
| ~ ^
| )
24 | }
| ~
teleporting.cpp:24:5: error: expected primary-expression before ‘}’ token
24 | }
| ^