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_13803236_2457.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:11:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:12:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_13803236_2457.cpp:18:1: error: 'vector' does not name a type
 vector   eg[50010];
 ^
0_0_13803236_2457.cpp: In function 'bool ok(int, int)':
0_0_13803236_2457.cpp:41:20: error: lvalue required as left operand of assignment
  while (i = 0 && j = 0) {
                    ^
0_0_13803236_2457.cpp:42:14: error: expected ')' before 's2'
   if (s1[i]  s2[j]) {
              ^
0_0_13803236_2457.cpp: In function 'void spfa()':
0_0_13803236_2457.cpp:54:2: error: 'queue' was not declared in this scope
  queue  Q;
  ^
0_0_13803236_2457.cpp:57:3: error: expected ';' before 'dis'
   dis[i] = -INF;
   ^
0_0_13803236_2457.cpp:57:16: error: expected ')' before ';' token
   dis[i] = -INF;
                ^
0_0_13803236_2457.cpp: At global scope:
0_0_13803236_2457.cpp:60:2: error: 'dis' does not name a type
  dis[s] = 0;
  ^
0_0_13803236_2457.cpp:61:2: error: 'Q' does not name a type
  Q.push(s);
  ^
0_0_13803236_2457.cpp:63:2: error: expected unqualified-id before 'while'
  while (!Q.empty()) {
  ^


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-30 09:27:17, Gzip enabled