Problem magiccarps
User R1
Submission Time 2023-02-01 17:38:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

magiccarps.cpp: In function ‘int main()’:
magiccarps.cpp:19:25: error: expected ‘;’ before ‘}’ token
19 | sum_of_e += arr_2[i]
| ^
| ;
20 | }
| ~