Problem | radioactive |
---|---|
User | OIaspirant2307 |
Submission Time | 2024-03-08 15:54:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
radioactive.cpp: In function ‘int main()’:
radioactive.cpp:21:14: error: expected ‘;’ before ‘s’
21 | s += arr[i]
| ^
| ;
22 | s %= m;
| ~