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_36111380_10376.cpp:2:10: error: empty filename in #include
 #include <>
          ^
0_0_36111380_10376.cpp: In constructor 'Node::Node()':
0_0_36111380_10376.cpp:10:37: error: 'memset' was not declared in this scope
         memset(next, 0, sizeof(next));
                                     ^
0_0_36111380_10376.cpp: In function 'void Build()':
0_0_36111380_10376.cpp:33:5: error: 'queue' was not declared in this scope
     queue <Node*> qu;
     ^
0_0_36111380_10376.cpp:33:16: error: expected primary-expression before '*' token
     queue <Node*> qu;
                ^
0_0_36111380_10376.cpp:33:17: error: expected primary-expression before '>' token
     queue <Node*> qu;
                 ^
0_0_36111380_10376.cpp:33:19: error: 'qu' was not declared in this scope
     queue <Node*> qu;
                   ^
0_0_36111380_10376.cpp:43:25: error: 'i' was not declared in this scope
         for (int i = 0; i < maxn ; i ++)  {
                         ^
0_0_36111380_10376.cpp: In function 'int main()':
0_0_36111380_10376.cpp:97:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
         if(str[0] == "E") break;
                      ^
0_0_36111380_10376.cpp:98:20: error: invalid conversion from 'char' to 'char*' [-fpermissive]
         Insert(*str);
                    ^
0_0_36111380_10376.cpp:19:6: note: initializing argument 1 of 'void Insert(char*)'
 void Insert (char *s) {
      ^


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-17 02:03:02, Gzip enabled