Problem logs
User yc
Submission Time 2025-06-04 07:41:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

logs.cpp: In function ‘int main()’:
logs.cpp:16:9: error: expected ‘,’ or ‘;’ before ‘auto’
16 | auto it = upper_bound(x.begin(),x.end(),m);
| ^~~~
logs.cpp:18:12: error: ‘it’ was not declared in this scope; did you mean ‘i’?
18 | x.insert(it,m);
| ^~
| i
logs.cpp:22:20: error: invalid operands of types ‘float’ and ‘int’ to binary ‘operator%’
22 | if (x.back().first%1!=0) cout<<((x.back()).second.first/x.back().second.second)+1;
| ~~~~~~~~~~~~~~^~
| | |
| float int