记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:9:14: warning: unused variable 'c' [-Wunused-variable]
  int a=1,b=2,c=3;
              ^
/in/foo.c:9:10: warning: unused variable 'b' [-Wunused-variable]
  int a=1,b=2,c=3;
          ^
/in/foo.c:9:6: warning: unused variable 'a' [-Wunused-variable]
  int a=1,b=2,c=3;
      ^
# 状态 耗时 内存占用
#1 Accepted 1ms 216.0 KiB
#2 Accepted 1ms 216.0 KiB
#3 Accepted 1ms 216.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Accepted 41ms 208.0 KiB

信息

递交者
类型
递交
题目
6-3 上楼梯的走法
比赛
课程赛事2018-12-31
语言
C
递交时间
2018-12-31 09:55:01
评测时间
2018-12-31 09:55:01
评测机
分数
100
总耗时
46ms
峰值内存
216.0 KiB