0_0_19227241_17222.cpp:4:2: error: stray '#' in program
int T, n;
^
0_0_19227241_17222.cpp:4:8: error: stray '#' in program
int T, n;
^
0_0_19227241_17222.cpp:4:14: error: stray '#' in program
int T, n;
^
0_0_19227241_17222.cpp:4:20: error: stray '#' in program
int T, n;
^
0_0_19227241_17222.cpp:5:2: error: stray '#' in program
int flag2,flag1,i;
^
0_0_19227241_17222.cpp:5:8: error: stray '#' in program
int flag2,flag1,i;
^
0_0_19227241_17222.cpp:5:14: error: stray '#' in program
int flag2,flag1,i;
^
0_0_19227241_17222.cpp:5:20: error: stray '#' in program
int flag2,flag1,i;
^
0_0_19227241_17222.cpp: In function 'int main()':
0_0_19227241_17222.cpp:4:3: error: lvalue required as unary '&' operand
int T, n;
^
0_0_19227241_17222.cpp:4:9: error: lvalue required as unary '&' operand
int T, n;
^
0_0_19227241_17222.cpp:4:15: error: lvalue required as unary '&' operand
int T, n;
^
0_0_19227241_17222.cpp:4:21: error: lvalue required as unary '&' operand
int T, n;
^
0_0_19227241_17222.cpp:5:3: error: lvalue required as unary '&' operand
int flag2,flag1,i;
^
0_0_19227241_17222.cpp:5:9: error: lvalue required as unary '&' operand
int flag2,flag1,i;
^
0_0_19227241_17222.cpp:5:15: error: lvalue required as unary '&' operand
int flag2,flag1,i;
^
0_0_19227241_17222.cpp:5:21: error: lvalue required as unary '&' operand
int flag2,flag1,i;
^
|