Problem | graphoverflow |
---|---|
User | Hijackedsoul |
Submission Time | 2024-03-04 23:01:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
graphoverflow.cpp: In function ‘int32_t main()’:
graphoverflow.cpp:47:23: error: invalid operands of types ‘long double’ and ‘const long long int’ to binary ‘operator%’
47 | std::cout << exp(ans)%MOD;
| ~~~~~~~~^~~~
| | |
| | const long long int
| long double