Problem grid
User Pyrros
Submission Time 2023-02-26 13:17:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

grid.cpp: In function ‘int main()’:
grid.cpp:51:23: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
51 | dp[i][j] = dp[i][j]%(1e9+7);
| ~~~~~~~~^~~~~~~~
| | |
| int double