0_0_31965508_18609.cpp:4:2: error: stray '#' in program
int a,i,m,n,k;
^
0_0_31965508_18609.cpp:5:2: error: stray '#' in program
float b;
^
0_0_31965508_18609.cpp:6:2: error: stray '#' in program
while((scanf("%d",&a))!=EOF&&a)
^
0_0_31965508_18609.cpp:7:2: error: stray '#' in program
{
^
0_0_31965508_18609.cpp:8:2: error: stray '#' in program
m=n=k=0;
^
0_0_31965508_18609.cpp:8:8: error: stray '#' in program
m=n=k=0;
^
0_0_31965508_18609.cpp:8:14: error: stray '#' in program
m=n=k=0;
^
0_0_31965508_18609.cpp:8:20: error: stray '#' in program
m=n=k=0;
^
0_0_31965508_18609.cpp:8:26: error: stray '#' in program
m=n=k=0;
^
0_0_31965508_18609.cpp:9:2: error: stray '#' in program
for(i=0;i<a;i++)
^
0_0_31965508_18609.cpp:9:8: error: stray '#' in program
for(i=0;i<a;i++)
^
0_0_31965508_18609.cpp:10:2: error: stray '#' in program
{
^
0_0_31965508_18609.cpp:10:8: error: stray '#' in program
{
^
0_0_31965508_18609.cpp:11:2: error: stray '#' in program
scanf("%f",&b);
^
0_0_31965508_18609.cpp:11:8: error: stray '#' in program
scanf("%f",&b);
^
0_0_31965508_18609.cpp:11:14: error: stray '#' in program
scanf("%f",&b);
^
0_0_31965508_18609.cpp:12:2: error: stray '#' in program
if(b<0)
^
0_0_31965508_18609.cpp:12:8: error: stray '#' in program
if(b<0)
^
0_0_31965508_18609.cpp:12:14: error: stray '#' in program
if(b<0)
^
0_0_31965508_18609.cpp:13:2: error: stray '#' in program
m++;
^
0_0_31965508_18609.cpp:13:8: error: stray '#' in program
m++;
^
0_0_31965508_18609.cpp:13:14: error: stray '#' in program
m++;
^
0_0_31965508_18609.cpp:13:20: error: stray '#' in program
m++;
^
0_0_31965508_18609.cpp:14:2: error: stray '#' in program
else if(b==0)
^
0_0_31965508_18609.cpp:14:8: error: stray '#' in program
else if(b==0)
^
0_0_31965508_18609.cpp:14:14: error: stray '#' in program
else if(b==0)
^
0_0_31965508_18609.cpp:15:2: error: stray '#' in program
n++;
^
0_0_31965508_18609.cpp:15:8: error: stray '#' in program
n++;
^
0_0_31965508_18609.cpp:15:14: error: stray '#' in program
n++;
^
0_0_31965508_18609.cpp:15:20: error: stray '#' in program
n++;
^
0_0_31965508_18609.cpp:16:2: error: stray '#' in program
else
^
0_0_31965508_18609.cpp:16:8: error: stray '#' in program
else
^
0_0_31965508_18609.cpp:16:14: error: stray '#' in program
else
^
0_0_31965508_18609.cpp:17:2: error: stray '#' in program
k++;
^
0_0_31965508_18609.cpp:17:8: error: stray '#' in program
k++;
^
0_0_31965508_18609.cpp:17:14: error: stray '#' in program
k++;
^
0_0_31965508_18609.cpp:17:20: error: stray '#' in program
k++;
^
0_0_31965508_18609.cpp:18:2: error: stray '#' in program
}
^
0_0_31965508_18609.cpp:18:8: error: stray '#' in program
}
^
0_0_31965508_18609.cpp:19:2: error: stray '#' in program
printf("%d %d %d\n",m,n,k);
^
0_0_31965508_18609.cpp:19:8: error: stray '#' in program
printf("%d %d %d\n",m,n,k);
^
0_0_31965508_18609.cpp:20:2: error: stray '#' in program
}
^
0_0_31965508_18609.cpp: In function 'int main()':
0_0_31965508_18609.cpp:4:3: error: lvalue required as unary '&' operand
int a,i,m,n,k;
^
0_0_31965508_18609.cpp:5:3: error: lvalue required as unary '&' operand
float b;
^
0_0_31965508_18609.cpp:6:3: error: lvalue required as unary '&' operand
while((scanf("%d",&a))!=EOF&&a)
^
0_0_31965508_18609.cpp:7:3: error: lvalue required as unary '&' operand
{
^
0_0_31965508_18609.cpp:8:3: error: lvalue required as unary '&' operand
m=n=k=0;
^
0_0_31965508_18609.cpp:8:9: error: lvalue required as unary '&' operand
m=n=k=0;
^
0_0_31965508_18609.cpp:8:15: error: lvalue required as unary '&' operand
m=n=k=0;
^
0_0_31965508_18609.cpp:8:21: error: lvalue required as unary '&' operand
m=n=k=0;
^
0_0_31965508_18609.cpp:8:27: error: lvalue required as unary '&' operand
m=n=k=0;
^
0_0_31965508_18609.cpp:9:3: error: lvalue required as unary '&' operand
for(i=0;i<a;i++)
^
0_0_31965508_18609.cpp:9:9: error: lvalue required as unary '&' operand
for(i=0;i<a;i++)
^
0_0_31965508_18609.cpp:10:3: error: lvalue required as unary '&' operand
{
^
0_0_31965508_18609.cpp:10:9: error: lvalue required as unary '&' operand
{
^
0_0_31965508_18609.cpp:11:3: error: lvalue required as unary '&' operand
scanf("%f",&b);
^
0_0_31965508_18609.cpp:11:9: error: lvalue required as unary '&' operand
scanf("%f",&b);
^
0_0_31965508_18609.cpp:11:15: error: lvalue required as unary '&' operand
scanf("%f",&b);
^
0_0_31965508_18609.cpp:12:3: error: lvalue required as unary '&' operand
if(b<0)
^
0_0_31965508_18609.cpp:12:9: error: lvalue required as unary '&' operand
if(b<0)
^
0_0_31965508_18609.cpp:12:15: error: lvalue required as unary '&' operand
if(b<0)
^
0_0_31965508_18609.cpp:13:3: error: lvalue required as unary '&' operand
m++;
^
0_0_31965508_18609.cpp:13:9: error: lvalue required as unary '&' operand
m++;
^
0_0_31965508_18609.cpp:13:15: error: lvalue required as unary '&' operand
m++;
^
0_0_31965508_18609.cpp:13:21: error: lvalue required as unary '&' operand
m++;
^
0_0_31965508_18609.cpp:14:3: error: lvalue required as unary '&' operand
else if(b==0)
^
0_0_31965508_18609.cpp:14:9: error: lvalue required as unary '&' operand
else if(b==0)
^
0_0_31965508_18609.cpp:14:15: error: lvalue required as unary '&' operand
else if(b==0)
^
0_0_31965508_18609.cpp:14:20: error: 'else' without a previous 'if'
else if(b==0)
^
0_0_31965508_18609.cpp:15:3: error: lvalue required as unary '&' operand
n++;
^
0_0_31965508_18609.cpp:15:9: error: lvalue required as unary '&' operand
n++;
^
0_0_31965508_18609.cpp:15:15: error: lvalue required as unary '&' operand
n++;
^
0_0_31965508_18609.cpp:15:21: error: lvalue required as unary '&' operand
n++;
^
0_0_31965508_18609.cpp:16:3: error: lvalue required as unary '&' operand
else
^
0_0_31965508_18609.cpp:16:9: error: lvalue required as unary '&' operand
else
^
0_0_31965508_18609.cpp:16:15: error: lvalue required as unary '&' operand
else
^
0_0_31965508_18609.cpp:16:20: error: 'else' without a previous 'if'
else
^
0_0_31965508_18609.cpp:17:3: error: lvalue required as unary '&' operand
k++;
^
0_0_31965508_18609.cpp:17:9: error: lvalue required as unary '&' operand
k++;
^
0_0_31965508_18609.cpp:17:15: error: lvalue required as unary '&' operand
k++;
^
0_0_31965508_18609.cpp:17:21: error: lvalue required as unary '&' operand
k++;
^
0_0_31965508_18609.cpp:18:3: error: lvalue required as unary '&' operand
}
^
0_0_31965508_18609.cpp:18:9: error: lvalue required as unary '&' operand
}
^
0_0_31965508_18609.cpp:19:3: error: lvalue required as unary '&' operand
printf("%d %d %d\n",m,n,k);
^
0_0_31965508_18609.cpp:19:9: error: lvalue required as unary '&' operand
printf("%d %d %d\n",m,n,k);
^
0_0_31965508_18609.cpp:20:3: error: lvalue required as unary '&' operand
}
^
|