Compile Error
foo.cc: In function 'int main()': foo.cc:12:9: error: redeclaration of 'int t' 12 | int t=m+1; | ^ foo.cc:9:9: note: 'int t' previously declared here 9 | int t=m+1; | ^ foo.cc:11:12: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 11 | scanf("%d",&w[i]); | ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1811 接水问题
- 语言
- C++
- 递交时间
- 2022-04-22 23:56:23
- 评测时间
- 2022-04-22 23:56:23
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes