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_13801933_15143.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13801933_15143.cpp:21:1: error: 'queue' does not name a type
 queue q;
 ^
0_0_13801933_15143.cpp: In function 'int ok(int, int)':
0_0_13801933_15143.cpp:25:14: error: lvalue required as left operand of assignment
     if(a=0&&a=0&&b
              ^
0_0_13801933_15143.cpp:26:5: error: expected ')' before 'return'
     return 0;
     ^
0_0_13801933_15143.cpp: In function 'void presv()':
0_0_13801933_15143.cpp:32:12: error: 'q' was not declared in this scope
     while(!q.empty())
            ^
0_0_13801933_15143.cpp:37:9: error: expected ';' before '{' token
         {
         ^
0_0_13801933_15143.cpp:37:9: error: expected primary-expression before '{' token
0_0_13801933_15143.cpp:37:9: error: expected ')' before '{' token
0_0_13801933_15143.cpp:44:20: error: 'struct node' has no member named 'tmaxd'
             if(now.tmaxd) maxd=now.t;
                    ^
0_0_13801933_15143.cpp: In function 'int bfs(int)':
0_0_13801933_15143.cpp:52:28: error: 'memset' was not declared in this scope
     memset(vis,0,sizeof vis);
                            ^
0_0_13801933_15143.cpp:53:12: error: 'q' was not declared in this scope
     while(!q.empty()) q.pop();
            ^
0_0_13801933_15143.cpp:59:5: error: 'q' was not declared in this scope
     q.push(tmp);
     ^
0_0_13801933_15143.cpp:65:9: error: expected ';' before '{' token
         {
         ^
0_0_13801933_15143.cpp:65:9: error: expected primary-expression before '{' token
0_0_13801933_15143.cpp:65:9: error: expected ')' before '{' token
0_0_13801933_15143.cpp:70:13: error: expected ')' before 'if'
             if(now.x==ex&&now.y==ey)
             ^
0_0_13801933_15143.cpp: In function 'void solve()':
0_0_13801933_15143.cpp:87:5: error: expected ')' before '{' token
     {
     ^
0_0_13801933_15143.cpp:88:22: error: expected ';' before numeric constant
         mid=(bot+top)1;
                      ^
0_0_13801933_15143.cpp:90:9: error: expected ')' before '{' token
         {
         ^
0_0_13801933_15143.cpp: In function 'int main()':
0_0_13801933_15143.cpp:103:18: error: 'scanf' was not declared in this scope
     scanf("%d",&t);
                  ^
0_0_13801933_15143.cpp:108:31: error: 'memset' was not declared in this scope
         memset(mp,-1,sizeof mp);
                               ^
0_0_13801933_15143.cpp:109:16: error: 'q' was not declared in this scope
         while(!q.empty()) q.pop();
                ^
0_0_13801933_15143.cpp:111:9: error: expected ';' before '{' token
         {
         ^
0_0_13801933_15143.cpp:111:9: error: expected primary-expression before '{' token
0_0_13801933_15143.cpp:111:9: error: expected ')' before '{' token
0_0_13801933_15143.cpp:115:13: error: 'q' was not declared in this scope
             q.push(tmp);
             ^
0_0_13801933_15143.cpp:120:35: error: 'printf' was not declared in this scope
         printf("%d %d\n",bot-1,ans);
                                   ^


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-07-01 15:10:21, Gzip enabled