0_0_33230502_21260.c: In function 'main':
0_0_33230502_21260.c:6:2: error: stray '#' in program
int n,r;
^
0_0_33230502_21260.c:6:1: error: lvalue required as unary '&' operand
int n,r;
^
0_0_33230502_21260.c:6:8: error: stray '#' in program
int n,r;
^
0_0_33230502_21260.c:6:7: error: lvalue required as unary '&' operand
int n,r;
^
0_0_33230502_21260.c:6:14: error: stray '#' in program
int n,r;
^
0_0_33230502_21260.c:6:13: error: lvalue required as unary '&' operand
int n,r;
^
0_0_33230502_21260.c:7:2: error: stray '#' in program
while(scanf("%d %d", &n, &r)!=EOF)
^
0_0_33230502_21260.c:7:1: error: lvalue required as unary '&' operand
while(scanf("%d %d", &n, &r)!=EOF)
^
0_0_33230502_21260.c:7:8: error: stray '#' in program
while(scanf("%d %d", &n, &r)!=EOF)
^
0_0_33230502_21260.c:7:7: error: lvalue required as unary '&' operand
while(scanf("%d %d", &n, &r)!=EOF)
^
0_0_33230502_21260.c:7:14: error: stray '#' in program
while(scanf("%d %d", &n, &r)!=EOF)
^
0_0_33230502_21260.c:7:13: error: lvalue required as unary '&' operand
while(scanf("%d %d", &n, &r)!=EOF)
^
0_0_33230502_21260.c:8:2: error: stray '#' in program
{
^
0_0_33230502_21260.c:8:1: error: lvalue required as unary '&' operand
{
^
0_0_33230502_21260.c:8:8: error: stray '#' in program
{
^
0_0_33230502_21260.c:8:7: error: lvalue required as unary '&' operand
{
^
0_0_33230502_21260.c:8:14: error: stray '#' in program
{
^
0_0_33230502_21260.c:8:13: error: lvalue required as unary '&' operand
{
^
0_0_33230502_21260.c:9:2: error: stray '#' in program
f(n,r);
^
0_0_33230502_21260.c:9:1: error: lvalue required as unary '&' operand
f(n,r);
^
0_0_33230502_21260.c:9:8: error: stray '#' in program
f(n,r);
^
0_0_33230502_21260.c:9:7: error: lvalue required as unary '&' operand
f(n,r);
^
0_0_33230502_21260.c:9:14: error: stray '#' in program
f(n,r);
^
0_0_33230502_21260.c:9:13: error: lvalue required as unary '&' operand
f(n,r);
^
0_0_33230502_21260.c:9:20: error: stray '#' in program
f(n,r);
^
0_0_33230502_21260.c:9:19: error: lvalue required as unary '&' operand
f(n,r);
^
0_0_33230502_21260.c:9:26: error: stray '#' in program
f(n,r);
^
0_0_33230502_21260.c:9:25: error: lvalue required as unary '&' operand
f(n,r);
^
0_0_33230502_21260.c:9:32: error: stray '#' in program
f(n,r);
^
0_0_33230502_21260.c:9:31: error: lvalue required as unary '&' operand
f(n,r);
^
0_0_33230502_21260.c:9:38: error: stray '#' in program
f(n,r);
^
0_0_33230502_21260.c:9:37: error: lvalue required as unary '&' operand
f(n,r);
^
0_0_33230502_21260.c:10:2: error: stray '#' in program
printf("\n");
^
0_0_33230502_21260.c:10:1: error: lvalue required as unary '&' operand
printf("\n");
^
0_0_33230502_21260.c:10:8: error: stray '#' in program
printf("\n");
^
0_0_33230502_21260.c:10:7: error: lvalue required as unary '&' operand
printf("\n");
^
0_0_33230502_21260.c:10:14: error: stray '#' in program
printf("\n");
^
0_0_33230502_21260.c:10:13: error: lvalue required as unary '&' operand
printf("\n");
^
0_0_33230502_21260.c:10:20: error: stray '#' in program
printf("\n");
^
0_0_33230502_21260.c:10:19: error: lvalue required as unary '&' operand
printf("\n");
^
0_0_33230502_21260.c:10:26: error: stray '#' in program
printf("\n");
^
0_0_33230502_21260.c:10:25: error: lvalue required as unary '&' operand
printf("\n");
^
0_0_33230502_21260.c:10:32: error: stray '#' in program
printf("\n");
^
0_0_33230502_21260.c:10:31: error: lvalue required as unary '&' operand
printf("\n");
^
0_0_33230502_21260.c:10:38: error: stray '#' in program
printf("\n");
^
0_0_33230502_21260.c:10:37: error: lvalue required as unary '&' operand
printf("\n");
^
0_0_33230502_21260.c:11:2: error: stray '#' in program
}
^
0_0_33230502_21260.c:11:1: error: lvalue required as unary '&' operand
}
^
0_0_33230502_21260.c:11:8: error: stray '#' in program
}
^
0_0_33230502_21260.c:11:7: error: lvalue required as unary '&' operand
}
^
0_0_33230502_21260.c:11:14: error: stray '#' in program
}
^
0_0_33230502_21260.c:11:13: error: lvalue required as unary '&' operand
}
^
0_0_33230502_21260.c:12:2: error: stray '#' in program
return 0;
^
0_0_33230502_21260.c:12:1: error: lvalue required as unary '&' operand
return 0;
^
0_0_33230502_21260.c:12:8: error: stray '#' in program
return 0;
^
0_0_33230502_21260.c:12:7: error: lvalue required as unary '&' operand
return 0;
^
0_0_33230502_21260.c:12:14: error: stray '#' in program
return 0;
^
0_0_33230502_21260.c:12:13: error: lvalue required as unary '&' operand
return 0;
^
0_0_33230502_21260.c: In function 'f':
0_0_33230502_21260.c:17:2: error: stray '#' in program
if(n==0)
^
0_0_33230502_21260.c:17:1: error: lvalue required as unary '&' operand
if(n==0)
^
0_0_33230502_21260.c:17:8: error: stray '#' in program
if(n==0)
^
0_0_33230502_21260.c:17:7: error: lvalue required as unary '&' operand
if(n==0)
^
0_0_33230502_21260.c:17:14: error: stray '#' in program
if(n==0)
^
0_0_33230502_21260.c:17:13: error: lvalue required as unary '&' operand
if(n==0)
^
0_0_33230502_21260.c:18:2: error: stray '#' in program
printf("0");
^
0_0_33230502_21260.c:18:1: error: lvalue required as unary '&' operand
printf("0");
^
0_0_33230502_21260.c:18:8: error: stray '#' in program
printf("0");
^
0_0_33230502_21260.c:18:7: error: lvalue required as unary '&' operand
printf("0");
^
0_0_33230502_21260.c:18:14: error: stray '#' in program
printf("0");
^
0_0_33230502_21260.c:18:13: error: lvalue required as unary '&' operand
printf("0");
^
0_0_33230502_21260.c:18:20: error: stray '#' in program
printf("0");
^
0_0_33230502_21260.c:18:19: error: lvalue required as unary '&' operand
printf("0");
^
0_0_33230502_21260.c:18:26: error: stray '#' in program
printf("0");
^
0_0_33230502_21260.c:18:25: error: lvalue required as unary '&' operand
printf("0");
^
0_0_33230502_21260.c:18:32: error: stray '#' in program
printf("0");
^
0_0_33230502_21260.c:18:31: error: lvalue required as unary '&' operand
printf("0");
|