jobs.cpp: In function 'bool can(int)':
jobs.cpp:11:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
11 | if ( l >= v.size()) return 1;
| ~~^~~~~~~~~~~
jobs.cpp:18:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
18 | if ( l >= v.size()) return 1;
| ~~^~~~~~~~~~~
jobs.cpp:8:9: warning: unused variable 's' [-Wunused-variable]
8 | int i, s, cnt = 0, l, r;
| ^
jobs.cpp:8:12: warning: unused variable 'cnt' [-Wunused-variable]
8 | int i, s, cnt = 0, l, r;
| ^~~
jobs.cpp: In function 'void Ans(int)':
jobs.cpp:22:9: warning: unused variable 's' [-Wunused-variable]
22 | int i, s, cnt = 0, l, r;
| ^