stove.cpp: In function 'int main()':
stove.cpp:20:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
20 | for (i = v.size() - 1; i >= v.size() - (m - 1); i --) {
| ~~^~~~~~~~~~~~~~~~~~~~~
stove.cpp:5:17: warning: unused variable 'x' [-Wunused-variable]
5 | int n, m, ans, x, y, i, j;
| ^
stove.cpp:5:20: warning: unused variable 'y' [-Wunused-variable]
5 | int n, m, ans, x, y, i, j;
| ^
stove.cpp:5:26: warning: unused variable 'j' [-Wunused-variable]
5 | int n, m, ans, x, y, i, j;
| ^