rowords.cpp: In function 'int main()':
rowords.cpp:42:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
42 | fin>>c+1>>s+1;
| ~^~
rowords.cpp:42:16: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
42 | fin>>c+1>>s+1;
| ~^~
rowords.cpp:57:31: error: invalid types 'int[int]' for array subscript
57 | update(1,1,m,st[it],1);
| ^
rowords.cpp:57:13: error: 'update' was not declared in this scope
57 | update(1,1,m,st[it],1);
| ^~~~~~
rowords.cpp:58:26: error: 'dr' was not declared in this scope; did you mean 'Dr'?
58 | update(1,1,m,dr[it],1);
| ^~
| Dr