Problem flybot
User Craftless
Submission Time 2023-11-15 09:14:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int32_t main()’:
flybot.cpp:43:8: error: invalid operands of types ‘long long int [h][w]’ and ‘long long int’ to binary ‘operator%’
43 | ans %= mod;
| ~~~~^~~~~~
flybot.cpp:43:11: error: in evaluation of ‘operator%=(long long int [h][w], long long int)’
43 | ans %= mod;
| ^~~