0_0_15476510_28495.c: In function 'main':
0_0_15476510_28495.c:6:2: error: stray '#' in program
int i,n,t;
^
0_0_15476510_28495.c:6:1: error: lvalue required as unary '&' operand
int i,n,t;
^
0_0_15476510_28495.c:6:9: error: stray '#' in program
int i,n,t;
^
0_0_15476510_28495.c:6:8: error: lvalue required as unary '&' operand
int i,n,t;
^
0_0_15476510_28495.c:7:2: error: stray '#' in program
__int64 m;
^
0_0_15476510_28495.c:7:1: error: lvalue required as unary '&' operand
__int64 m;
^
0_0_15476510_28495.c:7:9: error: stray '#' in program
__int64 m;
^
0_0_15476510_28495.c:7:8: error: lvalue required as unary '&' operand
__int64 m;
^
0_0_15476510_28495.c:8:2: error: stray '#' in program
__int64 c[21]={0};
^
0_0_15476510_28495.c:8:1: error: lvalue required as unary '&' operand
__int64 c[21]={0};
^
0_0_15476510_28495.c:8:9: error: stray '#' in program
__int64 c[21]={0};
^
0_0_15476510_28495.c:8:8: error: lvalue required as unary '&' operand
__int64 c[21]={0};
^
0_0_15476510_28495.c:9:2: error: stray '#' in program
int s[21];
^
0_0_15476510_28495.c:9:1: error: lvalue required as unary '&' operand
int s[21];
^
0_0_15476510_28495.c:9:9: error: stray '#' in program
int s[21];
^
0_0_15476510_28495.c:9:8: error: lvalue required as unary '&' operand
int s[21];
^
0_0_15476510_28495.c:12:2: error: stray '#' in program
for (i=1;i<21;i++)
^
0_0_15476510_28495.c:12:1: error: lvalue required as unary '&' operand
for (i=1;i<21;i++)
^
0_0_15476510_28495.c:12:9: error: stray '#' in program
for (i=1;i<21;i++)
^
0_0_15476510_28495.c:12:8: error: lvalue required as unary '&' operand
for (i=1;i<21;i++)
^
0_0_15476510_28495.c:13:2: error: stray '#' in program
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:13:1: error: lvalue required as unary '&' operand
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:13:9: error: stray '#' in program
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:13:8: error: lvalue required as unary '&' operand
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:13:16: error: stray '#' in program
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:13:15: error: lvalue required as unary '&' operand
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:13:23: error: stray '#' in program
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:13:22: error: lvalue required as unary '&' operand
c[i]=c[i-1]*(i-1)+1;
^
0_0_15476510_28495.c:14:2: error: stray '#' in program
while (scanf("%d%I64d",&n,&m)!=EOF)
^
0_0_15476510_28495.c:14:1: error: lvalue required as unary '&' operand
while (scanf("%d%I64d",&n,&m)!=EOF)
^
0_0_15476510_28495.c:14:9: error: stray '#' in program
while (scanf("%d%I64d",&n,&m)!=EOF)
^
0_0_15476510_28495.c:14:8: error: lvalue required as unary '&' operand
while (scanf("%d%I64d",&n,&m)!=EOF)
^
0_0_15476510_28495.c:15:2: error: stray '#' in program
{
^
0_0_15476510_28495.c:15:1: error: lvalue required as unary '&' operand
{
^
0_0_15476510_28495.c:15:9: error: stray '#' in program
{
^
0_0_15476510_28495.c:15:8: error: lvalue required as unary '&' operand
{
^
0_0_15476510_28495.c:16:2: error: stray '#' in program
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:16:1: error: lvalue required as unary '&' operand
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:16:9: error: stray '#' in program
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:16:8: error: lvalue required as unary '&' operand
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:16:16: error: stray '#' in program
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:16:15: error: lvalue required as unary '&' operand
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:16:23: error: stray '#' in program
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:16:22: error: lvalue required as unary '&' operand
for(i=0;i<21;i++)
^
0_0_15476510_28495.c:17:2: error: stray '#' in program
s[i]=i;
^
0_0_15476510_28495.c:17:1: error: lvalue required as unary '&' operand
s[i]=i;
^
0_0_15476510_28495.c:17:9: error: stray '#' in program
s[i]=i;
^
0_0_15476510_28495.c:17:8: error: lvalue required as unary '&' operand
s[i]=i;
^
0_0_15476510_28495.c:17:16: error: stray '#' in program
s[i]=i;
^
0_0_15476510_28495.c:17:15: error: lvalue required as unary '&' operand
s[i]=i;
^
0_0_15476510_28495.c:17:23: error: stray '#' in program
s[i]=i;
^
0_0_15476510_28495.c:17:22: error: lvalue required as unary '&' operand
s[i]=i;
^
0_0_15476510_28495.c:17:30: error: stray '#' in program
s[i]=i;
^
0_0_15476510_28495.c:17:29: error: lvalue required as unary '&' operand
s[i]=i;
^
0_0_15476510_28495.c:17:37: error: stray '#' in program
s[i]=i;
^
0_0_15476510_28495.c:17:36: error: lvalue required as unary '&' operand
s[i]=i;
^
0_0_15476510_28495.c:18:2: error: stray '#' in program
while (n>0&&m>0)
^
0_0_15476510_28495.c:18:1: error: lvalue required as unary '&' operand
while (n>0&&m>0)
^
0_0_15476510_28495.c:18:9: error: stray '#' in program
while (n>0&&m>0)
^
0_0_15476510_28495.c:18:8: error: lvalue required as unary '&' operand
while (n>0&&m>0)
^
0_0_15476510_28495.c:18:16: error: stray '#' in program
while (n>0&&m>0)
^
0_0_15476510_28495.c:18:15: error: lvalue required as unary '&' operand
while (n>0&&m>0)
^
0_0_15476510_28495.c:18:23: error: stray '#' in program
while (n>0&&m>0)
^
0_0_15476510_28495.c:18:22: error: lvalue required as unary '&' operand
while (n>0&&m>0)
^
0_0_15476510_28495.c:19:2: error: stray '#' in program
{
^
0_0_15476510_28495.c:19:1: error: lvalue required as unary '&' operand
{
^
0_0_15476510_28495.c:19:9: error: stray '#' in program
{
^
0_0_15476510_28495.c:19:8: error: lvalue required as unary '&' operand
{
^
0_0_15476510_28495.c:19:16: error: stray '#' in program
{
^
0_0_15476510_28495.c:19:15: error: lvalue required as unary '&' operand
{
^
0_0_15476510_28495.c:19:23: error: stray '#' in program
{
^
0_0_15476510_28495.c:19:22: error: lvalue required as unary '&' operand
{
^
0_0_15476510_28495.c:20:2: error: stray '#' in program
t=m/c[n]+(m%c[n]>0?1:0);
^
0_0_15476510_28495.c:20:1: error: lvalue required as unary '&' operand
t=m/c[n]+(m%c[n]>0?1:0);
^
0_0_15476510_28495.c:20:9: error: stray '#' in program
t=m/c[n]+(m%c[n]>0?1:0);
^
0_0_15476510_28495.c:20:8: error: lvalue required as unary '&' operand
t=m/c[n]+(m%c[n]>0?1:0);
^
0_0_15476510_28495.c:20:16: error: stray '#' in program
t=m/c[n]+(m%c[n]>0?1:0);
^
0_0_15476510_28495.c:20:15: error: lvalue required as unary '&' operand
t=m/c[n]+(m%c[n]>0?1:0);
^
0_0_15476510_28495.c:20:23: error: stray '#' in program
t=m/c[n]+(m%c[n]>0?1:0);
|