Problem flybot
User bachnguyen123
Submission Time 2025-09-21 11:03:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flybot.cpp: In function ‘int main()’:
flybot.cpp:23:20: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
23 | cout<<dp[h][w] % (10e9 + 7);
| ~~~~~~~~ ^ ~~~~~~~~~~
| | |
| int double