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_20761035_14516.cpp:3:8: error: macro names must be identifiers
 #define maxn 63  
        ^
0_0_20761035_14516.cpp:4:7: error: stray '#' in program
 using namespace std;  
       ^
0_0_20761035_14516.cpp:4:22: error: stray '#' in program
 using namespace std;  
                      ^
0_0_20761035_14516.cpp:4:32: error: stray '#' in program
 using namespace std;  
                                ^
0_0_20761035_14516.cpp:4:38: error: stray '#' in program
 using namespace std;  
                                      ^
0_0_20761035_14516.cpp:5:2: error: stray '#' in program
   
  ^
0_0_20761035_14516.cpp:5:8: error: stray '#' in program
   
        ^
0_0_20761035_14516.cpp:6:6: error: stray '#' in program
 long long f[maxn+10],a[4][maxn+10];  
      ^
0_0_20761035_14516.cpp:6:16: error: stray '#' in program
 long long f[maxn+10],a[4][maxn+10];  
                ^
0_0_20761035_14516.cpp:6:47: error: stray '#' in program
 long long f[maxn+10],a[4][maxn+10];  
                                               ^
0_0_20761035_14516.cpp:6:53: error: stray '#' in program
 long long f[maxn+10],a[4][maxn+10];  
                                                     ^
0_0_20761035_14516.cpp:7:2: error: stray '#' in program
   
  ^
0_0_20761035_14516.cpp:7:8: error: stray '#' in program
   
        ^
0_0_20761035_14516.cpp:8:6: error: stray '#' in program
 void redirect()  
      ^
0_0_20761035_14516.cpp:8:22: error: stray '#' in program
 void redirect()  
                      ^
0_0_20761035_14516.cpp:8:28: error: stray '#' in program
 void redirect()  
                            ^
0_0_20761035_14516.cpp:9:3: error: stray '#' in program
 {  
   ^
0_0_20761035_14516.cpp:9:9: error: stray '#' in program
 {  
         ^
0_0_20761035_14516.cpp:10:2: error: stray '#' in program
   freopen("hdu2184.in","r",stdin);  
  ^
0_0_20761035_14516.cpp:10:8: error: stray '#' in program
   freopen("hdu2184.in","r",stdin);  
        ^
0_0_20761035_14516.cpp:10:46: error: stray '#' in program
   freopen("hdu2184.in","r",stdin);  
                                              ^
0_0_20761035_14516.cpp:10:52: error: stray '#' in program
   freopen("hdu2184.in","r",stdin);  
                                                    ^
0_0_20761035_14516.cpp:11:2: error: stray '#' in program
   freopen("hdu2184.out","w",stdout);  
  ^
0_0_20761035_14516.cpp:11:8: error: stray '#' in program
   freopen("hdu2184.out","w",stdout);  
        ^
0_0_20761035_14516.cpp:11:48: error: stray '#' in program
   freopen("hdu2184.out","w",stdout);  
                                                ^
0_0_20761035_14516.cpp:11:54: error: stray '#' in program
   freopen("hdu2184.out","w",stdout);  
                                                      ^
0_0_20761035_14516.cpp:12:3: error: stray '#' in program
 }  
   ^
0_0_20761035_14516.cpp:12:9: error: stray '#' in program
 }  
         ^
0_0_20761035_14516.cpp:13:2: error: stray '#' in program
   
  ^
0_0_20761035_14516.cpp:13:8: error: stray '#' in program
   
        ^
0_0_20761035_14516.cpp:14:6: error: stray '#' in program
 void  init()  
      ^
0_0_20761035_14516.cpp:14:12: error: stray '#' in program
 void  init()  
            ^
0_0_20761035_14516.cpp:14:24: error: stray '#' in program
 void  init()  
                        ^
0_0_20761035_14516.cpp:14:30: error: stray '#' in program
 void  init()  
                              ^
0_0_20761035_14516.cpp:15:3: error: stray '#' in program
 {  
   ^
0_0_20761035_14516.cpp:15:9: error: stray '#' in program
 {  
         ^
0_0_20761035_14516.cpp:16:2: error: stray '#' in program
   int i,j,k;  
  ^
0_0_20761035_14516.cpp:16:8: error: stray '#' in program
   int i,j,k;  
        ^
0_0_20761035_14516.cpp:16:17: error: stray '#' in program
   int i,j,k;  
                 ^
0_0_20761035_14516.cpp:16:29: error: stray '#' in program
   int i,j,k;  
                             ^
0_0_20761035_14516.cpp:16:35: error: stray '#' in program
   int i,j,k;  
                                   ^
0_0_20761035_14516.cpp:17:2: error: stray '#' in program
   for(f[1]=1,i=2;i<=maxn;i++)f[i]=f[i-1]*2+1;  
  ^
0_0_20761035_14516.cpp:17:8: error: stray '#' in program
   for(f[1]=1,i=2;i<=maxn;i++)f[i]=f[i-1]*2+1;  
        ^
0_0_20761035_14516.cpp:17:57: error: stray '#' in program
   for(f[1]=1,i=2;i<=maxn;i++)f[i]=f[i-1]*2+1;  
                                                         ^
0_0_20761035_14516.cpp:17:63: error: stray '#' in program
   for(f[1]=1,i=2;i<=maxn;i++)f[i]=f[i-1]*2+1;  
                                                               ^
0_0_20761035_14516.cpp:18:3: error: stray '#' in program
 }  
   ^
0_0_20761035_14516.cpp:18:9: error: stray '#' in program
 }  
         ^
0_0_20761035_14516.cpp:19:2: error: stray '#' in program
   
  ^
0_0_20761035_14516.cpp:19:8: error: stray '#' in program
   
        ^
0_0_20761035_14516.cpp:20:6: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
      ^
0_0_20761035_14516.cpp:20:19: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                   ^
0_0_20761035_14516.cpp:20:30: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                              ^
0_0_20761035_14516.cpp:20:41: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                                         ^
0_0_20761035_14516.cpp:20:53: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                                                     ^
0_0_20761035_14516.cpp:20:63: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                                                               ^
0_0_20761035_14516.cpp:20:75: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                                                                           ^
0_0_20761035_14516.cpp:20:85: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                                                                                     ^
0_0_20761035_14516.cpp:20:93: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                                                                                             ^
0_0_20761035_14516.cpp:20:99: error: stray '#' in program
 void dfs(int s,int z,int e,long long n,long long m)  
                                                                                                   ^
0_0_20761035_14516.cpp:21:3: error: stray '#' in program
 {  
   ^
0_0_20761035_14516.cpp:21:9: error: stray '#' in program
 {  
         ^
0_0_20761035_14516.cpp:22:2: error: stray '#' in program
   int i,j,k;  
  ^
0_0_20761035_14516.cpp:22:8: error: stray '#' in program
   int i,j,k;  
        ^
0_0_20761035_14516.cpp:22:17: error: stray '#' in program
   int i,j,k;  
                 ^
0_0_20761035_14516.cpp:22:29: error: stray '#' in program
   int i,j,k;  
                             ^
0_0_20761035_14516.cpp:22:35: error: stray '#' in program
   int i,j,k;  
                                   ^
0_0_20761035_14516.cpp:23:2: error: stray '#' in program
   if(n<=0)return;  
  ^
0_0_20761035_14516.cpp:23:8: error: stray '#' in program
   if(n<=0)return;  
        ^
0_0_20761035_14516.cpp:23:29: error: stray '#' in program
   if(n<=0)return;  
                             ^
0_0_20761035_14516.cpp:23:35: error: stray '#' in program
   if(n<=0)return;  
                                   ^
0_0_20761035_14516.cpp:24:2: error: stray '#' in program
   if(m==f[n])  
  ^
0_0_20761035_14516.cpp:24:8: error: stray '#' in program
   if(m==f[n])  
        ^
0_0_20761035_14516.cpp:24:25: error: stray '#' in program
   if(m==f[n])  
                         ^


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-11-16 22:23:02, Gzip enabled