Problem ballot
User YSH2020
Submission Time 2025-01-17 15:13:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballot.cpp: In function ‘int main()’:
ballot.cpp:18:20: error: missing template arguments before ‘.’ token
18 | auto it=set.lower_bound(tmp);
| ^
ballot.cpp:23:35: error: ‘x’ was not declared in this scope
23 | if (abs(w-tmp) <= abs(x-tmp)) {
| ^