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_13784752_7898.cpp: In function 'int dfs(int, int, int)':
0_0_13784752_7898.cpp:8:14: error: 'f' was not declared in this scope
  if(dp[x][y][f]!=inf) return dp[x][y][f];  
              ^
0_0_13784752_7898.cpp:14:13: error: 'f' was not declared in this scope
   if((i==1&&f==2)||(i==2&&f==1)) continue;
             ^
0_0_13784752_7898.cpp:18:18: error: 'f' was not declared in this scope
  return dp[x][y][f]=Max;
                  ^
0_0_13784752_7898.cpp: In function 'int main()':
0_0_13784752_7898.cpp:36:1: error: expected '}' at end of input
 } 
 ^


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-09-21 23:21:15, Gzip enabled