记录详情

Accepted

/in/foo.cc: In function 'int FindiMinPos(int*, int)':
/in/foo.cc:13:6: warning: unused variable 'pos' [-Wunused-variable]
  int pos=0;
      ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:6: warning: unused variable 'cnt_a' [-Wunused-variable]
  int cnt_a,cnt_b;
      ^~~~~
/in/foo.cc:34:12: warning: unused variable 'cnt_b' [-Wunused-variable]
  int cnt_a,cnt_b;
            ^~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 1ms 352.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 1ms 360.0 KiB
#5 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
题目
A9-2 数组中最小正数的下标
比赛
2024-3-22 信息教师练习赛(3)
语言
C++
递交时间
2024-03-28 16:59:58
评测时间
2024-03-28 16:59:58
评测机
分数
100
总耗时
9ms
峰值内存
376.0 KiB