Problem | eescapism |
---|---|
User | back2square1 |
Submission Time | 2023-10-21 21:46:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eescapism.cpp: In function ‘int main()’:
eescapism.cpp:52:13: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
52 | ans %= (1e9+7);
| ~~~~^~~~~~~~~~
eescapism.cpp:52:22: error: in evaluation of ‘operator%=(long long int, double)’
52 | ans %= (1e9+7);
| ^