记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:29:15: error: too few arguments to function 'int dp(int, int)'
     cout<<dp(1)(1)<<endl;
               ^
foo.cc:8:5: note: declared here
 int dp(int x,int y)
     ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1298 E. Maze
语言
C++
递交时间
2021-11-30 20:21:32
评测时间
2021-11-30 20:21:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes