记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:22:6: warning: unused variable 'x' [-Wunused-variable]
  int x;
      ^
/in/foo.c: In function 'FindiMax':
/in/foo.c:15:10: warning: 'max2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   return max2;
          ^~~~
/in/foo.c: In function 'main':
/in/foo.c:29:2: warning: 'max2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",t);
  ^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 208.0 KiB
#2 Accepted 0ms 204.0 KiB
#3 Accepted 0ms 208.0 KiB
#4 Accepted 0ms 204.0 KiB
#5 Accepted 0ms 200.0 KiB

信息

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