Problem radioactive
User OIaspirant2307
Submission Time 2024-03-08 15:54:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

radioactive.cpp: In function ‘int main()’:
radioactive.cpp:21:14: error: expected ‘;’ before ‘s’
21 | s += arr[i]
| ^
| ;
22 | s %= m;
| ~