0_0_38818045_17513.cpp:56:41: error: missing terminating " character
56 | if((x[s][t]!=0)&&(s!=t)) printf("%d
| ^~~
0_0_38818045_17513.cpp:57:1: error: missing terminating " character
57 | ",x[s][t]);
| ^~~~~~~~~~~
0_0_38818045_17513.cpp:58:31: error: missing terminating " character
58 | else if(s==t) printf("0
| ^~
0_0_38818045_17513.cpp:59:1: error: missing terminating " character
59 | ");
| ^~~
0_0_38818045_17513.cpp:60:21: error: missing terminating " character
60 | else printf("-1
| ^~~
0_0_38818045_17513.cpp:61:1: error: missing terminating " character
61 | ");
| ^~~
0_0_38818045_17513.cpp: In function 'int main()':
0_0_38818045_17513.cpp:58:9: error: expected primary-expression before 'else'
58 | else if(s==t) printf("0
| ^~~~
|