Problem ballot
User blob
Submission Time 2023-11-22 10:09:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballot.cpp: In function ‘int main()’:
ballot.cpp:8:12: error: ‘s’ was not declared in this scope
8 | auto it = s.lower_bound(make_pair(Q[i], -1));
| ^
ballot.cpp:8:36: error: ‘Q’ was not declared in this scope
8 | auto it = s.lower_bound(make_pair(Q[i], -1));
| ^
ballot.cpp:8:38: error: ‘i’ was not declared in this scope; did you mean ‘it’?
8 | auto it = s.lower_bound(make_pair(Q[i], -1));
| ^
| it