Accepted
/in/foo.cc: In function 'int FindMaxNeg(int*, int)':
/in/foo.cc:19:8: warning: 'max' may be used uninitialized [-Wmaybe-uninitialized]
   19 | return max;
      |        ^~~
/in/foo.cc:5:5: note: 'max' was declared here
    5 | int max;
      |     ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1050 A9-3 数组中最大的负数
 - 语言
 - C++
 - 递交时间
 - 2025-04-20 12:43:39
 - 评测时间
 - 2025-04-20 12:43:39
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 9ms
 - 峰值内存
 - 520.0 KiB