记录详情

Accepted

/in/foo.cc: In function 'int mark(int, int*)':
/in/foo.cc:49:33: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized]
   49 |                 for(int i=result+=1; i<n1; i++)
      |                           ~~~~~~^~~
/in/foo.cc:20:13: note: 'result' was declared here
   20 |         int result;//输出结果
      |             ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 580.0 KiB
#2 Accepted 2ms 476.0 KiB
#3 Accepted 2ms 508.0 KiB
#4 Accepted 2ms 496.0 KiB
#5 Accepted 2ms 532.0 KiB

信息

递交者
类型
递交
题目
A9-4 数组中第二大的数
语言
C++
递交时间
2025-10-04 11:34:11
评测时间
2025-10-04 11:34:11
评测机
分数
100
总耗时
11ms
峰值内存
580.0 KiB