0_0_31518401_29668.cpp:20:2: error: stray '#' in program
int n,m,size;
^
0_0_31518401_29668.cpp:20:8: error: stray '#' in program
int n,m,size;
^
0_0_31518401_29668.cpp:20:14: error: stray '#' in program
int n,m,size;
^
0_0_31518401_29668.cpp:21:2: error: stray '#' in program
int U[maxnode],D[maxnode],R[maxnode],L[maxnode],Row[maxnode],Col[maxnode];
^
0_0_31518401_29668.cpp:21:8: error: stray '#' in program
int U[maxnode],D[maxnode],R[maxnode],L[maxnode],Row[maxnode],Col[maxnode];
^
0_0_31518401_29668.cpp:21:14: error: stray '#' in program
int U[maxnode],D[maxnode],R[maxnode],L[maxnode],Row[maxnode],Col[maxnode];
^
0_0_31518401_29668.cpp:22:2: error: stray '#' in program
int H[MaxN],S[MaxN];
^
0_0_31518401_29668.cpp:22:8: error: stray '#' in program
int H[MaxN],S[MaxN];
^
0_0_31518401_29668.cpp:22:14: error: stray '#' in program
int H[MaxN],S[MaxN];
^
0_0_31518401_29668.cpp:23:2: error: stray '#' in program
int ands,ans[MaxN];
^
0_0_31518401_29668.cpp:23:8: error: stray '#' in program
int ands,ans[MaxN];
^
0_0_31518401_29668.cpp:23:14: error: stray '#' in program
int ands,ans[MaxN];
^
0_0_31518401_29668.cpp:24:2: error: stray '#' in program
void init(int _n,int _m)
^
0_0_31518401_29668.cpp:24:8: error: stray '#' in program
void init(int _n,int _m)
^
0_0_31518401_29668.cpp:24:14: error: stray '#' in program
void init(int _n,int _m)
^
0_0_31518401_29668.cpp:25:2: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:25:8: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:25:14: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:26:2: error: stray '#' in program
n = _n;
^
0_0_31518401_29668.cpp:26:8: error: stray '#' in program
n = _n;
^
0_0_31518401_29668.cpp:26:14: error: stray '#' in program
n = _n;
^
0_0_31518401_29668.cpp:26:20: error: stray '#' in program
n = _n;
^
0_0_31518401_29668.cpp:26:26: error: stray '#' in program
n = _n;
^
0_0_31518401_29668.cpp:26:32: error: stray '#' in program
n = _n;
^
0_0_31518401_29668.cpp:26:38: error: stray '#' in program
n = _n;
^
0_0_31518401_29668.cpp:27:2: error: stray '#' in program
m = _m;
^
0_0_31518401_29668.cpp:27:8: error: stray '#' in program
m = _m;
^
0_0_31518401_29668.cpp:27:14: error: stray '#' in program
m = _m;
^
0_0_31518401_29668.cpp:27:20: error: stray '#' in program
m = _m;
^
0_0_31518401_29668.cpp:27:26: error: stray '#' in program
m = _m;
^
0_0_31518401_29668.cpp:27:32: error: stray '#' in program
m = _m;
^
0_0_31518401_29668.cpp:27:38: error: stray '#' in program
m = _m;
^
0_0_31518401_29668.cpp:28:2: error: stray '#' in program
for(int i = 0;i <= m;i++)
^
0_0_31518401_29668.cpp:28:8: error: stray '#' in program
for(int i = 0;i <= m;i++)
^
0_0_31518401_29668.cpp:28:14: error: stray '#' in program
for(int i = 0;i <= m;i++)
^
0_0_31518401_29668.cpp:28:20: error: stray '#' in program
for(int i = 0;i <= m;i++)
^
0_0_31518401_29668.cpp:28:26: error: stray '#' in program
for(int i = 0;i <= m;i++)
^
0_0_31518401_29668.cpp:28:32: error: stray '#' in program
for(int i = 0;i <= m;i++)
^
0_0_31518401_29668.cpp:28:38: error: stray '#' in program
for(int i = 0;i <= m;i++)
^
0_0_31518401_29668.cpp:29:2: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:29:8: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:29:14: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:29:20: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:29:26: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:29:32: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:29:38: error: stray '#' in program
{
^
0_0_31518401_29668.cpp:30:2: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:8: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:14: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:20: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:26: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:32: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:38: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:44: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:50: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:56: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:30:62: error: stray '#' in program
S[i] = 0;
^
0_0_31518401_29668.cpp:31:2: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:8: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:14: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:20: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:26: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:32: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:38: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:44: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:50: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:56: error: stray '#' in program
U[i] = D[i] = i;
^
0_0_31518401_29668.cpp:31:62: error: stray '#' in program
|