Problem flybot
User zhangdi
Submission Time 2025-08-31 20:50:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:35:11: error: no match for ‘operator%=’ (operand types are ‘std::vector<std::vector<int> >’ and ‘const int’)
35 | value %= MOD;
| ~~~~~~^~~~~~
flybot.cpp:37:11: error: no match for ‘operator%=’ (operand types are ‘std::vector<std::vector<int> >’ and ‘const int’)
37 | value %= MOD;
| ~~~~~~^~~~~~