Problem eescapism
User ForgottenDragon
Submission Time 2025-05-07 20:44:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp: In function ‘int main()’:
eescapism.cpp:26:19: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
26 | cout << total % (1e9 + 7) << '\n';
| ~~~~~ ^ ~~~~~~~~~
| | |
| | double
| long long int