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_33687283_15121.cpp: In function 'void dfs(int, int)':
0_0_33687283_15121.cpp:27:30: error: 'k' was not declared in this scope
     for (int i = 1; i <= min(k - 1, g); i++)
                              ^
0_0_33687283_15121.cpp:29:14: error: 'k' was not declared in this scope
     if (g >= k)
              ^
0_0_33687283_15121.cpp:38:30: error: 'k' was not declared in this scope
     for (int i = 1; i <= min(k - 1, g); i++)
                              ^
0_0_33687283_15121.cpp:40:18: error: 'k' was not declared in this scope
     for (int i = k; i <= g && (k - 1 > 0); i++)
                  ^
0_0_33687283_15121.cpp:43:30: error: 'k' was not declared in this scope
     for (int i = 1; i <= min(k, g); i++)
                              ^
0_0_33687283_15121.cpp:45:18: error: 'k' was not declared in this scope
     for (int i = k + 1; i <= g && (k > 0); i++)
                  ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-18 19:47:23, Gzip enabled