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_38257970_20241.cpp: In function 'int dp(int, int)':
0_0_38257970_20241.cpp:6:10: error: 'num' was not declared in this scope
   return num[1][1];
          ^
0_0_38257970_20241.cpp:10:25: error: 'num' was not declared in this scope
   return dp(i - 1, j) + num[i][j];
                         ^
0_0_38257970_20241.cpp:14:29: error: 'num' was not declared in this scope
   return dp(i - 1, j - 1) + num[i][j];
                             ^
0_0_38257970_20241.cpp:21:26: error: 'max' was not declared in this scope
   return max(temp1, temp2) + num[i][j];
                          ^
0_0_38257970_20241.cpp:21:30: error: 'num' was not declared in this scope
   return max(temp1, temp2) + num[i][j];
                              ^


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:25:43, Gzip enabled