F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-02 03:18:20, Gzip enabled