记录详情

Accepted

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

信息

递交者
类型
递交
题目
1-2 斐波那契数列的和
比赛
“中北学院杯”程序设计竞赛(2019年五月春赛)
语言
C
递交时间
2019-05-03 19:06:54
评测时间
2019-05-03 19:06:54
评测机
分数
100
总耗时
3ms
峰值内存
220.0 KiB