Problem | duckwar |
---|---|
User | f0restf1re |
Submission Time | 2023-09-19 16:23:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckwar.cpp: In function ‘int main()’:
duckwar.cpp:8:9: error: invalid operands of types ‘long double’ and ‘double’ to binary ‘operator%’
8 | cout<<x%1000000007.0;
| ~^~~~~~~~~~~~~
| | |
| | double
| long double