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_20999283_4683.cpp: In function 'void work(int, int, int)':
0_0_20999283_4683.cpp:2:8: error: 'mx' was not declared in this scope
     if(mx[u][0] > n1){
        ^
0_0_20999283_4683.cpp:12:17: error: 'head' was not declared in this scope
     for(int i = head[u];i != -1;i = edge[i].next){
                 ^
0_0_20999283_4683.cpp:12:37: error: 'edge' was not declared in this scope
     for(int i = head[u];i != -1;i = edge[i].next){
                                     ^
0_0_20999283_4683.cpp:15:12: error: 'low' was not declared in this scope
         if(low[v] == dfn[v]){
            ^
0_0_20999283_4683.cpp:15:22: error: 'dfn' was not declared in this scope
         if(low[v] == dfn[v]){
                      ^
0_0_20999283_4683.cpp:16:22: error: 'mx' was not declared in this scope
             if(n1 == mx[v][0]){
                      ^
0_0_20999283_4683.cpp:20:37: error: 'min' was not declared in this scope
                 m1 = min(n1,mx[v][0]);
                                     ^
0_0_20999283_4683.cpp:22:22: error: 'n' was not declared in this scope
             if(m1 == n) m1 = m2;
                      ^
0_0_20999283_4683.cpp:23:13: error: 'ans' was not declared in this scope
             ans[i/2][0] = m1, ans[i/2][1] = m1+1;
             ^


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-25 18:23:32, Gzip enabled