Problem mathclass
User ETkilobyte
Submission Time 2024-11-16 18:14:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathclass.cpp: In function ‘int main()’:
mathclass.cpp:8:8: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
8 | x=x%1e10+7;
| ~^~~~~
| | |
| | double
| long long int