0_0_39494390_15498.cpp: In function 'void solve()':
0_0_39494390_15498.cpp:46:11: error: 's1' was not declared in this scope; did you mean 'se'?
46 | n=s1.length()-1;
| ^~
| se
0_0_39494390_15498.cpp:50:11: error: 's2' was not declared in this scope; did you mean 'se'?
50 | m=s2.length()-1;
| ^~
| se
0_0_39494390_15498.cpp:77:33: error: continue statement not within a loop
77 | if(deg==-1) {cout<<0<<endl; continue;}
| ^~~~~~~~
|