记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:18: warning: variable 'index' set but not used [-Wunused-but-set-variable]
  int i, n, temp, index;
                  ^~~~~
/in/foo.cc:22:6: warning: unused variable 't' [-Wunused-variable]
  int t = *iter;
      ^
# 状态 耗时 内存占用
#1 Accepted 1ms 672.0 KiB
#2 Accepted 1ms 656.0 KiB
#3 Accepted 1ms 212.0 KiB
#4 Accepted 1ms 220.0 KiB
#5 Accepted 1ms 212.0 KiB

信息

递交者
类型
递交
题目
A7-3 数组的极值下标函数
比赛
数据结构课堂练习9-9
语言
C++
递交时间
2019-09-09 10:49:48
评测时间
2019-09-09 10:49:48
评测机
分数
100
总耗时
7ms
峰值内存
672.0 KiB