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

Compile Error

ballot.cpp: In function ‘int main()’:
ballot.cpp:7:14: error: ‘auto’ can only be specified for variables or function declarations
7 | set<int> s; ::iterator;
| ^~
ballot.cpp:12:7: error: ‘it’ was not declared in this scope; did you mean ‘int’?
12 | for (it = s.begin(); it != s.end(); it++){
| ^~
| int