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_36695056_25822.cpp:19:18: error: 'N' was not declared in this scope
 vector<int> g[3][N];
                  ^
0_0_36695056_25822.cpp:21:10: error: 'N' was not declared in this scope
 int d[3][N],ans[3][N],n,m;
          ^
0_0_36695056_25822.cpp:21:20: error: 'N' was not declared in this scope
 int d[3][N],ans[3][N],n,m;
                    ^
0_0_36695056_25822.cpp: In function 'void Add(int, int, int)':
0_0_36695056_25822.cpp:31:1: error: 'g' was not declared in this scope
 g[i][u].pb(v);
 ^
0_0_36695056_25822.cpp:33:1: error: 'd' was not declared in this scope
 d[i][v]++;
 ^
0_0_36695056_25822.cpp: In function 'void build()':
0_0_36695056_25822.cpp:45:9: error: 'FOR0' was not declared in this scope
 FOR0(i,3) FOR0(j,N) g[i][j].clear(),d[i][j]=0;
         ^
0_0_36695056_25822.cpp:55:6: error: 'RD' was not declared in this scope
 RD(op); RD(x,y);
      ^
0_0_36695056_25822.cpp: In function 'int top_sort(int)':
0_0_36695056_25822.cpp:83:11: error: 'FOR1' was not declared in this scope
 FOR1(i,n+n) if(!d[t][i]) ans[t][i]=cnt++,Q.push(i);
           ^
0_0_36695056_25822.cpp:93:11: error: 'g' was not declared in this scope
 FOR0(i,SZ(g[t][j]))
           ^
0_0_36695056_25822.cpp:93:18: error: 'SZ' was not declared in this scope
 FOR0(i,SZ(g[t][j]))
                  ^
0_0_36695056_25822.cpp:93:19: error: 'FOR0' was not declared in this scope
 FOR0(i,SZ(g[t][j]))
                   ^
0_0_36695056_25822.cpp: In function 'void deal()':
0_0_36695056_25822.cpp:119:9: error: 'FOR0' was not declared in this scope
 FOR0(i,3) if(!top_sort(i))
         ^
0_0_36695056_25822.cpp:131:9: error: 'FOR1' was not declared in this scope
 FOR1(i,n) printf("%d %d %d %d %d %d\n",ans[0][i],ans[1][i],ans[2][i],ans[0][i+n],ans[1][i+n],ans[2][i+n]);
         ^
0_0_36695056_25822.cpp: In function 'int main()':
0_0_36695056_25822.cpp:145:7: error: 'Rush' was not declared in this scope
 Rush(n)
       ^


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-05-19 05:54:08, Gzip enabled