Problem skips
User sussyimpasta
Submission Time 2025-06-17 20:41:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

skips.cpp: In function ‘int main()’:
skips.cpp:33:21: error: expected ‘;’ before ‘y’
33 | q += 2*a
| ^
| ;
34 | y %= d;
| ~