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_20542613_1375.cpp: In function 'int main()':
0_0_20542613_1375.cpp:22:21: error: cannot resolve overloaded function 'max' based on conversion to type 'int'
      state[x][y][0] = max{ state[x - 1][y][0],state[x][y - 1][0], state[x][y - 1][1] } +value[x][y];
                     ^
0_0_20542613_1375.cpp:23:21: error: cannot resolve overloaded function 'max' based on conversion to type 'int'
      state[x][y][1] = max{ state[x + 1][y][1], state[x][y - 1][0], state[x][y - 1][1] } +value[x][y];
                     ^


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-11 16:20:52, Gzip enabled