记录详情

Accepted

/in/foo.cc: In function 'int findiminpos(int, int*)':
/in/foo.cc:19:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc:18:13: warning: 'num' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<num<<" ";
             ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 472.0 KiB
#2 Accepted 2ms 1.137 MiB
#3 Accepted 2ms 400.0 KiB
#4 Accepted 1ms 356.0 KiB
#5 Accepted 1ms 336.0 KiB

信息

递交者
类型
递交
题目
A9-2 数组中最小正数的下标
语言
C++
递交时间
2023-12-07 09:38:23
评测时间
2023-12-07 09:38:23
评测机
分数
100
总耗时
10ms
峰值内存
1.137 MiB