poi.cpp: In function 'int main()':
poi.cpp:19:16: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
19 | for(int i=0; i<n; i++){
| ~^~
poi.cpp:20:17: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
20 | for(int j=0; j<m; j++){
| ~^~
poi.cpp:26:16: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
26 | for(int i=0; i<n; i++){
| ~^~
poi.cpp:28:17: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
28 | for(int j=0; j<m; j++) sum += rj[j]*l[i][j];
| ~^~
poi.cpp:29:9: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare]
29 | if (k == i+1) cout << sum << " ";
| ~~^~~~~~
poi.cpp:33:17: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
33 | for(int i=0; i < n; i++){
| ~~^~~
poi.cpp:34:16: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
34 | if (v[i].S.S == k) cout << i+1;/*