记录详情

Accepted

/in/foo.cc: In function 'int findmax(int*, int)':
/in/foo.cc:18:12: warning: 'index' may be used uninitialized [-Wmaybe-uninitialized]
   18 |     return index;
      |            ^~~~~
/in/foo.cc:8:9: note: 'index' was declared here
    8 |     int index;
      |         ^~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:24: warning: 'index' may be used uninitialized [-Wmaybe-uninitialized]
   33 |     cout << a[ans1] << " " << b[ans2];
      |                        ^~~
/in/foo.cc:8:9: note: 'index' was declared here
    8 |     int index;
      |         ^~~~~
/in/foo.cc:33:37: warning: 'index' may be used uninitialized [-Wmaybe-uninitialized]
   33 |     cout << a[ans1] << " " << b[ans2];
      |                                     ^
/in/foo.cc:8:9: note: 'index' was declared here
    8 |     int index;
      |         ^~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 480.0 KiB
#2 Accepted 1ms 528.0 KiB
#3 Accepted 1ms 476.0 KiB
#4 Accepted 1ms 488.0 KiB
#5 Accepted 1ms 528.0 KiB

信息

递交者
类型
递交
题目
A9-3 数组中最大的负数
比赛
2025年春 南师大《程序设计与竞赛》作业赛第二场
语言
C++
递交时间
2025-03-14 19:08:51
评测时间
2025-03-14 19:08:51
评测机
分数
100
总耗时
9ms
峰值内存
528.0 KiB