0_0_21469464_4377.cpp:53:1: error: stray '\' in program
????//swap (i,j) , (t,k)
^
0_0_21469464_4377.cpp:6:1: error: expected unqualified-id before '?' token
?
^
0_0_21469464_4377.cpp:8:1: error: expected unqualified-id before '?' token
?
^
0_0_21469464_4377.cpp:10:1: error: expected unqualified-id before '?' token
?
^
0_0_21469464_4377.cpp:12:7: error: 'M' was not declared in this scope
int s[M];
^
0_0_21469464_4377.cpp:13:7: error: 'M' was not declared in this scope
int f[M][M],mn[M][M],mx[M][M];
^
0_0_21469464_4377.cpp:13:10: error: 'M' was not declared in this scope
int f[M][M],mn[M][M],mx[M][M];
^
0_0_21469464_4377.cpp:13:16: error: 'M' was not declared in this scope
int f[M][M],mn[M][M],mx[M][M];
^
0_0_21469464_4377.cpp:13:19: error: 'M' was not declared in this scope
int f[M][M],mn[M][M],mx[M][M];
^
0_0_21469464_4377.cpp:13:25: error: 'M' was not declared in this scope
int f[M][M],mn[M][M],mx[M][M];
^
0_0_21469464_4377.cpp:13:28: error: 'M' was not declared in this scope
int f[M][M],mn[M][M],mx[M][M];
^
0_0_21469464_4377.cpp:14:9: error: 'M' was not declared in this scope
int sav[M],ans;
^
0_0_21469464_4377.cpp:15:1: error: expected unqualified-id before '?' token
?
^
|