Problem flybot
User wayne
Submission Time 2023-11-15 13:35:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:26:34: error: expected ‘;’ before ‘}’ token
26 | arr[i][j]%=1000000007
| ^
| ;
27 | }
| ~