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_20040610_21538.c:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>  
         ^
0_0_20040610_21538.c:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>  
         ^
0_0_20040610_21538.c:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstring>  
         ^
0_0_20040610_21538.c:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <algorithm>  
         ^
0_0_20040610_21538.c:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include <string>  
         ^
0_0_20040610_21538.c:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdlib>  
         ^
0_0_20040610_21538.c:7:9: error: #include expects "FILENAME" or <FILENAME>
 #include <vector>  
         ^
0_0_20040610_21538.c:8:9: error: #include expects "FILENAME" or <FILENAME>
 #include <queue>  
         ^
0_0_20040610_21538.c:9:9: error: #include expects "FILENAME" or <FILENAME>
 #include <set>  
         ^
0_0_20040610_21538.c:10:9: error: #include expects "FILENAME" or <FILENAME>
 #include <map>  
         ^
0_0_20040610_21538.c:11:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cmath>  
         ^
0_0_20040610_21538.c:12:1: error: expected identifier or '(' before '&' token
   
 ^
0_0_20040610_21538.c:12:7: error: expected identifier or '(' before '&' token
   
       ^
0_0_20040610_21538.c:13:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
 using namespace std;  
      ^
0_0_20040610_21538.c:13:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
 using namespace std;  
                     ^
0_0_20040610_21538.c:13:31: error: expected identifier or '(' before '&' token
 using namespace std;  
                               ^
0_0_20040610_21538.c:13:37: error: expected identifier or '(' before '&' token
 using namespace std;  
                                     ^
0_0_20040610_21538.c:14:1: error: expected identifier or '(' before '&' token
   
 ^
0_0_20040610_21538.c:14:7: error: expected identifier or '(' before '&' token
   
       ^
0_0_20040610_21538.c:15:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
 bool flag;  
     ^
0_0_20040610_21538.c:15:16: error: expected identifier or '(' before '&' token
 bool flag;  
                ^
0_0_20040610_21538.c:15:22: error: expected identifier or '(' before '&' token
 bool flag;  
                      ^
0_0_20040610_21538.c:16:1: error: expected identifier or '(' before '&' token
   
 ^
0_0_20040610_21538.c:16:7: error: expected identifier or '(' before '&' token
   
       ^
0_0_20040610_21538.c:17:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
 bool ck(int a,int b,int c,int d)  
     ^
0_0_20040610_21538.c:17:17: error: expected ';', ',' or ')' before '&' token
 bool ck(int a,int b,int c,int d)  
                 ^
0_0_20040610_21538.c:17:64: error: expected identifier or '(' before '&' token
 bool ck(int a,int b,int c,int d)  
                                                                ^
0_0_20040610_21538.c:18:1: error: expected identifier or '(' before '{' token
 {  
 ^
0_0_20040610_21538.c:33:2: error: expected identifier or '(' before '&' token
 }  
  ^
0_0_20040610_21538.c:33:8: error: expected identifier or '(' before '&' token
 }  
        ^
0_0_20040610_21538.c:34:1: error: expected identifier or '(' before '&' token
   
 ^
0_0_20040610_21538.c:34:7: error: expected identifier or '(' before '&' token
   
       ^
0_0_20040610_21538.c:35:4: error: expected identifier or '(' before '&' token
 int main()  
    ^
0_0_20040610_21538.c: In function 'main':
0_0_20040610_21538.c:35:16: error: expected declaration specifiers before '&' token
 int main()  
                ^
0_0_20040610_21538.c:35:22: error: expected declaration specifiers before '&' token
 int main()  
                      ^
0_0_20040610_21538.c:36:3: error: 'nbsp' undeclared (first use in this function)
 {  
   ^
0_0_20040610_21538.c:36:3: note: each undeclared identifier is reported only once for each function it appears in
0_0_20040610_21538.c:37:25: error: expected expression before '/' token
     //freopen("in.txt","r",stdin);  
                         ^
0_0_20040610_21538.c:38:25: error: expected expression before '/' token
     //freopen("out.txt","w",stdout);  
                         ^
0_0_20040610_21538.c:40:28: error: expected identifier or '(' before '&' token
     int T_T;  
                            ^
0_0_20040610_21538.c:40:34: error: 'T_T' undeclared (first use in this function)
     int T_T;  
                                  ^
0_0_20040610_21538.c:44:52: error: expected identifier or '(' before '&' token
         int a,b,c,d;  
                                                    ^
0_0_20040610_21538.c:44:58: error: 'a' undeclared (first use in this function)
         int a,b,c,d;  
                                                          ^
0_0_20040610_21538.c:44:60: error: 'b' undeclared (first use in this function)
         int a,b,c,d;  
                                                            ^
0_0_20040610_21538.c:44:62: error: 'c' undeclared (first use in this function)
         int a,b,c,d;  
                                                              ^
0_0_20040610_21538.c:44:64: error: 'd' undeclared (first use in this function)
         int a,b,c,d;  
                                                                ^
0_0_20040610_21538.c:46:65: error: 'true' undeclared (first use in this function)
         if(ck(a,b,c,d)==true) puts("Yes");  
                                                                 ^
0_0_20040610_21538.c:47:49: error: 'else' without a previous 'if'
         else puts("No");  
                                                 ^


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-09-29 05:35:54, Gzip enabled