Problem robotonring1
User Cat
Submission Time 2025-07-02 17:03:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robotonring1.cpp: In function ‘int main()’:
robotonring1.cpp:14:35: error: expected ‘;’ before ‘D’
14 | D.insert(((a[i]+b)%m+m)%m)
| ^
| ;
15 | D.insert(((a[i]-b)%m+m)%m)
| ~