记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:10:6: warning: unused variable 'tmp' [-Wunused-variable]
  int tmp = n, count1 = 0, i = 0, count2 = 0;
      ^~~
/in/foo.c:6:6: warning: variable 'a' set but not used [-Wunused-but-set-variable]
  int a[10];
      ^
# 状态 耗时 内存占用
#1 Accepted 1ms 272.0 KiB
#2 Runtime Error 2ms 324.0 KiB
#3 Time Exceeded ≥1001ms ≥248.0 KiB
#4 Runtime Error 162ms 356.0 KiB
#5 Time Exceeded ≥1001ms ≥248.0 KiB

信息

递交者
类型
递交
题目
3-2 约瑟夫问题
比赛
2021(四) 作业第四场:加速赛
语言
C
递交时间
2021-12-06 19:25:01
评测时间
2021-12-06 19:25:01
评测机
分数
20
总耗时
2169ms
峰值内存
356.0 KiB