Accepted
foo.cc: In function 'int main()': foo.cc:17:11: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] system("pause"); ~~~~~~^~~~~~~~~ foo.cc: In function 'int find(int*, int)': foo.cc:45:5: warning: 'tmp[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] num=tmp[0]; ~~~^~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- A9-3 数组中最大的负数
- 比赛
- 2020苏青奥赛集训营(2021-3-7课后作业)
- 语言
- C++
- 递交时间
- 2021-03-07 15:01:05
- 评测时间
- 2021-03-07 15:01:05
- 评测机
- 分数
- 100
- 总耗时
- 14ms
- 峰值内存
- 696.0 KiB