0_0_16985443_22800.c: In function 'main':
0_0_16985443_22800.c:2:15: error: expected declaration specifiers before '&' token
int main(void)
^
0_0_16985443_22800.c:2:16: error: stray '#' in program
int main(void)
^
0_0_16985443_22800.c:2:21: error: expected declaration specifiers before '&' token
int main(void)
^
0_0_16985443_22800.c:2:22: error: stray '#' in program
int main(void)
^
0_0_16985443_22800.c:3:3: error: stray '#' in program
{
^
0_0_16985443_22800.c:3:2: error: lvalue required as unary '&' operand
{
^
0_0_16985443_22800.c:4:4: error: expected identifier or '(' before '&' token
int a,b;
^
0_0_16985443_22800.c:4:5: error: stray '#' in program
int a,b;
^
0_0_16985443_22800.c:4:10: error: 'a' undeclared (first use in this function)
int a,b;
^
0_0_16985443_22800.c:4:10: note: each undeclared identifier is reported only once for each function it appears in
0_0_16985443_22800.c:4:12: error: 'b' undeclared (first use in this function)
int a,b;
^
0_0_16985443_22800.c:4:15: error: stray '#' in program
int a,b;
^
0_0_16985443_22800.c:4:14: error: lvalue required as unary '&' operand
int a,b;
^
0_0_16985443_22800.c:5:31: error: stray '#' in program
while(scanf("%d%d",&a,&b)==2)
^
0_0_16985443_22800.c:5:30: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)==2)
^
0_0_16985443_22800.c:7:1: error: stray '\243' in program
return 0£»
^
0_0_16985443_22800.c:7:1: error: stray '\273' in program
0_0_16985443_22800.c:7:12: error: stray '#' in program
return 0£»
^
|