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_14508632_15579.cpp:8:1: error: expected initializer before 'const'
 const int maxn = 1e5+100;
 ^
0_0_14508632_15579.cpp:11:15: error: 'maxn' was not declared in this scope
 vector<int> G[maxn];
               ^
0_0_14508632_15579.cpp:12:10: error: 'maxn' was not declared in this scope
 bool vis[maxn];
          ^
0_0_14508632_15579.cpp:13:8: error: 'maxn' was not declared in this scope
 int mm[maxn];
        ^
0_0_14508632_15579.cpp:14:1: error: 'LL' does not name a type
 LL sum=1;
 ^
0_0_14508632_15579.cpp:15:1: error: 'LL' does not name a type
 LL jie[20];
 ^
0_0_14508632_15579.cpp: In function 'bool dfs(int)':
0_0_14508632_15579.cpp:19:5: error: 'vis' was not declared in this scope
     vis[a]=false;
     ^
0_0_14508632_15579.cpp:20:7: error: 'mm' was not declared in this scope
     c=mm[a];
       ^
0_0_14508632_15579.cpp:22:15: error: 'G' was not declared in this scope
     for(i=0;i<G[a].size();i++)
               ^
0_0_14508632_15579.cpp:37:9: error: 'sum' was not declared in this scope
         sum=0;
         ^
0_0_14508632_15579.cpp:41:5: error: 'sum' was not declared in this scope
     sum*=jie[c-t];
     ^
0_0_14508632_15579.cpp:41:10: error: 'jie' was not declared in this scope
     sum*=jie[c-t];
          ^
0_0_14508632_15579.cpp:44:9: error: 'sum' was not declared in this scope
         sum*=2;
         ^
0_0_14508632_15579.cpp: In function 'int main()':
0_0_14508632_15579.cpp:54:5: error: 'jie' was not declared in this scope
     jie[0]=1;
     ^
0_0_14508632_15579.cpp:65:16: error: 'mm' was not declared in this scope
         memset(mm,0,sizeof(mm));
                ^
0_0_14508632_15579.cpp:66:16: error: 'vis' was not declared in this scope
         memset(vis,true,sizeof(vis));
                ^
0_0_14508632_15579.cpp:70:13: error: 'G' was not declared in this scope
             G[a].push_back(b);
             ^
0_0_14508632_15579.cpp:75:9: error: 'sum' was not declared in this scope
         sum=1;
         ^
0_0_14508632_15579.cpp:78:19: error: 'maxn' was not declared in this scope
         for(i=0;i<maxn;i++)
                   ^
0_0_14508632_15579.cpp:80:13: error: 'G' was not declared in this scope
             G[i].erase(G[i].begin(),G[i].end());
             ^


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 03:43:10, Gzip enabled