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_26282095_15480.cpp:59:13: error: stray '#' in program
         for(#include <bits/stdc++.h>
             ^
0_0_26282095_15480.cpp: In function 'bool spfa(int, int)':
0_0_26282095_15480.cpp:59:14: error: 'include' was not declared in this scope
         for(#include <bits/stdc++.h>
              ^
0_0_26282095_15480.cpp:59:23: error: 'bits' was not declared in this scope
         for(#include <bits/stdc++.h>
                       ^
0_0_26282095_15480.cpp:59:28: error: 'stdc' was not declared in this scope
         for(#include <bits/stdc++.h>
                            ^
0_0_26282095_15480.cpp:60:1: error: expected primary-expression before 'using'
 using namespace std;
 ^
0_0_26282095_15480.cpp:61:1: error: decl-specifier invalid in condition
 typedef long long ll;
 ^
0_0_26282095_15480.cpp:61:19: error: typedef 'll' is initialized (use decltype instead)
 typedef long long ll;
                   ^
0_0_26282095_15480.cpp:61:21: error: expected '=' before ';' token
 typedef long long ll;
                     ^
0_0_26282095_15480.cpp:61:21: error: expected primary-expression before ';' token
0_0_26282095_15480.cpp:62:1: error: expected primary-expression before 'const'
 const int tmax=450;
 ^
0_0_26282095_15480.cpp:62:1: error: expected ')' before 'const'
0_0_26282095_15480.cpp:64:11: error: 'tmax' was not declared in this scope
 int Start[tmax],End[tmax],wlike[tmax],op[tmax];
           ^
0_0_26282095_15480.cpp:74:1: error: a function-definition is not allowed here before '{' token
 {
 ^
0_0_26282095_15480.cpp:82:1: error: a function-definition is not allowed here before '{' token
 {
 ^
0_0_26282095_15480.cpp:250:1: error: expected '}' at end of input
 } 
 ^
0_0_26282095_15480.cpp:250:1: error: expected '}' at end of input


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-29 19:14:54, Gzip enabled