Problem aircon
User eulerleonhardfan
Submission Time 2024-02-01 09:07:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

aircon.cpp: In function ‘int32_t main()’:
aircon.cpp:131:12: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
131 | lastans %= (1e5+1);
| ~~~~~~~~^~~~~~~~~~
aircon.cpp:131:21: error: in evaluation of ‘operator%=(long long int, double)’
131 | lastans %= (1e5+1);
| ^