0_0_16389803_17153.cpp:11:23: error: stray '#' in program
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:11:30: error: stray '#' in program
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:11:35: error: stray '#' in program
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:17:14: error: stray '#' in program
if(n&1)
^
0_0_16389803_17153.cpp: In function 'int main()':
0_0_16389803_17153.cpp:11:24: error: lvalue required as unary '&' operand
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:11:26: error: expected ')' before ';' token
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:11:28: error: expected ';' before ')' token
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:11:36: error: lvalue required as unary '&' operand
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:11:40: error: expected ';' before ')' token
while(scanf("%d",&n)&&n)
^
0_0_16389803_17153.cpp:36:1: error: expected '}' at end of input
}
^
|