Problem election_joi22
User IWKR
Submission Time 2023-02-06 14:12:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

election_joi22.cpp: In function ‘int main()’:
election_joi22.cpp:20:9: error: ‘v’ was not declared in this scope
20 | v.push_back({a, b});
| ^
election_joi22.cpp:22:10: error: ‘v’ was not declared in this scope
22 | sort(v.begin(), v.end());
| ^