sir.cpp: In function 'std::vector<std::pair<long long int, long long int> > convex_hull(std::vector<std::pair<long long int, long long int> >)':
sir.cpp:35:9: error: 'w' was not declared in this scope
35 | w
| ^
sir.cpp:35:10: error: expected '}' at end of input
35 | w
| ^
sir.cpp:34:52: note: to match this '{'
34 | for (int i = (int)pts.size() - 2; i >= 0; i--) {
| ^
sir.cpp:35:10: error: expected '}' at end of input
35 | w
| ^
sir.cpp:18:42: note: to match this '{'
18 | vector<pii> convex_hull(vector<pii> pts) {
| ^
sir.cpp:35:10: warning: control reaches end of non-void function [-Wreturn-type]
35 | w
| ^