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_39724928_24347.cpp: In function 'void init()':
0_0_39724928_24347.cpp:16:12: error: 'dp' was not declared in this scope; did you mean 'p'?
   16 |     memset(dp,0,sizeof(dp));
      |            ^~
      |            p
0_0_39724928_24347.cpp: In function 'void dfs(int)':
0_0_39724928_24347.cpp:26:5: error: 'dp' was not declared in this scope; did you mean 'p'?
   26 |     dp[u][0]=0;
      |     ^~
      |     p
0_0_39724928_24347.cpp: In function 'int main()':
0_0_39724928_24347.cpp:65:12: error: 'dp' was not declared in this scope; did you mean 'p'?
   65 |         if(dp[1][0]>dp[1][1]){
      |            ^~
      |            p


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