Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:14:13: error: 'add' was not declared in this scope; did you mean 'fadd'? 14 | add(x,1,a); | ^~~ | fadd /in/foo.cc:18:19: error: 'sum' was not declared in this scope; did you mean 'suma'? 18 | cout<<sum(y,a)-sum(x-1,b)<<endl; | ^~~ | suma
信息
- 递交者
- 类型
- 递交
- 题目
- P1448 校门外的树
- 语言
- C++
- 递交时间
- 2025-07-10 09:56:32
- 评测时间
- 2025-07-10 09:56:32
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes