0_0_15876847_30442.c: In function 'main':
0_0_15876847_30442.c:4:2: error: stray '#' in program
int a,b;
^
0_0_15876847_30442.c:4:1: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15876847_30442.c:4:8: error: stray '#' in program
int a,b;
^
0_0_15876847_30442.c:4:7: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15876847_30442.c:4:14: error: stray '#' in program
int a,b;
^
0_0_15876847_30442.c:4:13: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15876847_30442.c:4:20: error: stray '#' in program
int a,b;
^
0_0_15876847_30442.c:4:19: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15876847_30442.c:5:2: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:5:1: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:5:8: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:5:7: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:5:14: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:5:13: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:5:20: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:5:19: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15876847_30442.c:6:2: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15876847_30442.c:6:1: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15876847_30442.c:6:8: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15876847_30442.c:6:7: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15876847_30442.c:6:14: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15876847_30442.c:6:13: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15876847_30442.c:6:20: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15876847_30442.c:6:19: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15876847_30442.c:7:2: error: stray '#' in program
return 0;
^
0_0_15876847_30442.c:7:1: error: lvalue required as unary '&' operand
return 0;
^
0_0_15876847_30442.c:7:8: error: stray '#' in program
return 0;
^
0_0_15876847_30442.c:7:7: error: lvalue required as unary '&' operand
return 0;
^
0_0_15876847_30442.c:7:14: error: stray '#' in program
return 0;
^
0_0_15876847_30442.c:7:13: error: lvalue required as unary '&' operand
return 0;
^
0_0_15876847_30442.c:7:20: error: stray '#' in program
return 0;
^
0_0_15876847_30442.c:7:19: error: lvalue required as unary '&' operand
return 0;
^
0_0_15876847_30442.c:8:2: error: stray '#' in program
^
0_0_15876847_30442.c:8:1: error: lvalue required as unary '&' operand
^
0_0_15876847_30442.c:8:8: error: stray '#' in program
^
0_0_15876847_30442.c:8:7: error: lvalue required as unary '&' operand
^
0_0_15876847_30442.c:8:14: error: stray '#' in program
^
0_0_15876847_30442.c:8:13: error: lvalue required as unary '&' operand
^
0_0_15876847_30442.c:8:20: error: stray '#' in program
^
0_0_15876847_30442.c:8:19: error: lvalue required as unary '&' operand
^
|