Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:12: error: 'sum' cannot be used as a function
   13 |         sum(0);
      |         ~~~^~~
/in/foo.cc:14:21: error: 'maxx' cannot be used as a function
   14 |                 maxx(0);
      |                 ~~~~^~~

信息

递交者
类型
递交
题目
P3067 飞船 202602saccc三级T5
语言
C++
递交时间
2026-04-18 09:00:54
评测时间
2026-04-18 09:00:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes