Problem duckwar
User f0restf1re
Submission Time 2023-09-19 16:23:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwar.cpp: In function ‘int main()’:
duckwar.cpp:8:9: error: invalid operands of types ‘long double’ and ‘int’ to binary ‘operator%’
8 | cout<<x%1000000007;
| ~^~~~~~~~~~~
| | |
| | int
| long double