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_24207032_6932.cpp:8:5: error: expected unqualified-id before ']' token
     ][], ans, fa[], dfn[], low[], Time, m, n, nblocks;
     ^
0_0_24207032_6932.cpp: In function 'void Tarjin(int, int)':
0_0_24207032_6932.cpp:11:9: error: 'dfn' was not declared in this scope
         dfn[u] = low[u] = ++Time;
         ^
0_0_24207032_6932.cpp:11:18: error: 'low' was not declared in this scope
         dfn[u] = low[u] = ++Time;
                  ^
0_0_24207032_6932.cpp:11:29: error: 'Time' was not declared in this scope
         dfn[u] = low[u] = ++Time;
                             ^
0_0_24207032_6932.cpp:12:9: error: 'fa' was not declared in this scope
         fa[u] = father;
         ^
0_0_24207032_6932.cpp:13:11: error: 'i' was not declared in this scope
         ; i<=n; i++)
           ^
0_0_24207032_6932.cpp:13:14: error: 'n' was not declared in this scope
         ; i<=n; i++)
              ^
0_0_24207032_6932.cpp: In function 'int main()':
0_0_24207032_6932.cpp:30:31: error: 'n' was not declared in this scope
         while(scanf("%d %d", &n, &m), m+n)
                               ^
0_0_24207032_6932.cpp:30:35: error: 'm' was not declared in this scope
         while(scanf("%d %d", &n, &m), m+n)
                                   ^
0_0_24207032_6932.cpp:33:20: error: 'low' was not declared in this scope
             memset(low, , sizeof(low));
                    ^
0_0_24207032_6932.cpp:33:25: error: expected primary-expression before ',' token
             memset(low, , sizeof(low));
                         ^
0_0_24207032_6932.cpp:34:20: error: 'dfn' was not declared in this scope
             memset(dfn, , sizeof(dfn));
                    ^
0_0_24207032_6932.cpp:34:25: error: expected primary-expression before ',' token
             memset(dfn, , sizeof(dfn));
                         ^
0_0_24207032_6932.cpp:35:20: error: 'G' was not declared in this scope
             memset(G, -, sizeof(G));
                    ^
0_0_24207032_6932.cpp:35:24: error: expected primary-expression before ',' token
             memset(G, -, sizeof(G));
                        ^
0_0_24207032_6932.cpp:36:15: error: 'i' was not declared in this scope
             ; i<=m; i++)
               ^
0_0_24207032_6932.cpp:43:13: error: 'nblocks' was not declared in this scope
             nblocks = ;
             ^
0_0_24207032_6932.cpp:43:23: error: expected primary-expression before ';' token
             nblocks = ;
                       ^
0_0_24207032_6932.cpp:44:13: error: 'Time' was not declared in this scope
             Time = ;
             ^
0_0_24207032_6932.cpp:44:20: error: expected primary-expression before ';' token
             Time = ;
                    ^
0_0_24207032_6932.cpp:45:13: error: 'ans' was not declared in this scope
             ans = oo;
             ^
0_0_24207032_6932.cpp:46:20: error: expected primary-expression before ',' token
             Tarjin(, -);
                    ^
0_0_24207032_6932.cpp:46:23: error: expected primary-expression before ')' token
             Tarjin(, -);
                       ^
0_0_24207032_6932.cpp:54:17: error: 'flag' was not declared in this scope
             if(!flag)
                 ^
0_0_24207032_6932.cpp:60:13: error: expected primary-expression before '?' token
             ?:ans);
             ^


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-17 03:17:23, Gzip enabled