Problem | construct |
---|---|
User | MagicHenry |
Submission Time | 2024-02-18 13:43:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
construct.cpp: In function ‘int main()’:
construct.cpp:7:16: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
7 | ans = (ans*n)%1e9;
| ~~~~~~~^~~~
| | |
| | double
| long long int