Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:31:23: warning: 'max2' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<max1<<" "<<max2; ^ /in/foo.cc:31:14: warning: 'max1' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<max1<<" "<<max2; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1050 A9-3 数组中最大的负数
- 比赛
- 2021.5.26本周数组练习(学校社团专练)
- 语言
- C++
- 递交时间
- 2021-05-26 15:09:02
- 评测时间
- 2021-05-26 15:09:02
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 220.0 KiB