triusis.cpp: In function 'int main()':
triusis.cpp:13:10: error: 'n' was not declared in this scope
13 | cin >> n >> m;
| ^
triusis.cpp:22:17: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
22 | for(int i=0; i<v.size(); i++){
| ~^~~~~~~~~
triusis.cpp:24:11: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | if(id == lis.size()){
| ~~~^~~~~~~~~~~~~