记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:8:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (i=0;i<n;i++)
  ^~~
/in/foo.c:10:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    for (j=0;j<n;j++)
    ^~~
/in/foo.c:19:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (j=0;j<n;j++)
   ^~~
/in/foo.c:21:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    b[j]=0;
    ^
/in/foo.c:5:10: warning: unused variable 'p' [-Wunused-variable]
  int i,j,p;
          ^
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 208.0 KiB
#2 Wrong Answer 0ms 216.0 KiB
#3 Wrong Answer 20ms 220.0 KiB
#4 Time Exceeded ≥1005ms ≥216.0 KiB
#5 Wrong Answer 1ms 200.0 KiB

信息

递交者
类型
递交
题目
3-2 约瑟夫问题
语言
C
递交时间
2019-05-08 21:52:33
评测时间
2019-05-08 21:52:33
评测机
分数
0
总耗时
≥1028ms
峰值内存
≥220.0 KiB