/ Vijos /

记录详情

Compile Error

/in/foo.cc:28:27: error: macro "max" requires 3 arguments, but only 2 given
    ans = max(ans, dp[i][j]);
                           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:28:10: error: cannot resolve overloaded function 'max' based on conversion to type 'int'
    ans = max(ans, dp[i][j]);
          ^~~

信息

递交者
类型
自测
题目
P1057 盖房子
语言
C++
递交时间
2017-10-27 15:18:02
评测时间
2017-10-27 15:18:02
评测机
分数
0
总耗时
399ms
峰值内存
36.809 MiB