0_0_14888730_22324.cpp: In function 'int main()':
0_0_14888730_22324.cpp:26:27: error: invalid operands of types 'int' and 'double' to binary 'operator%'
dp[i][j]%=(1e9+7);
^
0_0_14888730_22324.cpp:26:27: error: in evaluation of 'operator%=(int, double)'
0_0_14888730_22324.cpp:31:38: error: invalid operands of types 'int' and 'double' to binary 'operator%'
printf("%d\n",dp[n][0]%(1e9+7));
^
|