Problem aircon
User 0
Submission Time 2023-12-12 02:27:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

aircon.cpp: In function ‘int main()’:
aircon.cpp:89:13: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
89 | x=(x+lst)%1e5;
| ~~~~~~~^~~~
| | |
| int double