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_13811910_23490.cpp:2:5: error: stray '#' in program
   2 #include<vector>
     ^
0_0_13811910_23490.cpp:3:5: error: stray '#' in program
   3 #include<stack>
     ^
0_0_13811910_23490.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include<vector>
   ^
0_0_13811910_23490.cpp:5:3: error: expected unqualified-id before numeric constant
   5 using namespace std;
   ^
0_0_13811910_23490.cpp:6:3: error: expected unqualified-id before numeric constant
   6 vector<int>mp1[MAXN];//原图
   ^
0_0_13811910_23490.cpp:7:3: error: expected unqualified-id before numeric constant
   7 vector<int>mp2[MAXN];//反向图
   ^
0_0_13811910_23490.cpp:8:3: error: expected unqualified-id before numeric constant
   8 stack<int>S;
   ^
0_0_13811910_23490.cpp:9:3: error: expected unqualified-id before numeric constant
   9 bool mark[MAXN];//标记元素是否在栈中
   ^
0_0_13811910_23490.cpp:10:2: error: expected unqualified-id before numeric constant
  10 int color[MAXN];//缩点,染色
  ^
0_0_13811910_23490.cpp:11:2: error: expected unqualified-id before numeric constant
  11 int to[MAXN];//入度
  ^
0_0_13811910_23490.cpp:12:2: error: expected unqualified-id before numeric constant
  12 int n,m,cnt,_count;
  ^
0_0_13811910_23490.cpp:13:2: error: expected unqualified-id before numeric constant
  13 int dfn[MAXN],low[MAXN];
  ^
0_0_13811910_23490.cpp:14:2: error: expected unqualified-id before numeric constant
  14 int num[MAXN];//用来保存所有的最大点
  ^
0_0_13811910_23490.cpp:15:2: error: expected unqualified-id before numeric constant
  15 int dp[MAXN];//用于保存每个强连通分量的点数
  ^
0_0_13811910_23490.cpp:16:2: error: expected unqualified-id before numeric constant
  16 
  ^


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-02 14:48:39, Gzip enabled