0_0_15198755_29185.cpp:5:2: error: stray '#' in program
int a,b;
^
0_0_15198755_29185.cpp:5:8: error: stray '#' in program
int a,b;
^
0_0_15198755_29185.cpp:5:14: error: stray '#' in program
int a,b;
^
0_0_15198755_29185.cpp:5:20: error: stray '#' in program
int a,b;
^
0_0_15198755_29185.cpp:6:2: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:6:8: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:6:14: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:6:20: error: stray '#' in program
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:7:2: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp:7:8: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp:7:14: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp:7:20: error: stray '#' in program
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp:9:1: error: stray '\243' in program
return 0£»
^
0_0_15198755_29185.cpp:9:1: error: stray '\273' in program
0_0_15198755_29185.cpp: In function 'int main()':
0_0_15198755_29185.cpp:5:3: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15198755_29185.cpp:5:9: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15198755_29185.cpp:5:15: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15198755_29185.cpp:5:21: error: lvalue required as unary '&' operand
int a,b;
^
0_0_15198755_29185.cpp:6:3: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:6:9: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:6:15: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:6:21: error: lvalue required as unary '&' operand
while(scanf("%d%d",&a,&b)!=EOF)
^
0_0_15198755_29185.cpp:7:3: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp:7:9: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp:7:15: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp:7:21: error: lvalue required as unary '&' operand
printf("%d\n",a+b);
^
0_0_15198755_29185.cpp: At global scope:
0_0_15198755_29185.cpp:9:1: error: expected unqualified-id before 'return'
return 0£»
^
|