记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:16:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (j=0;j<n;j++)
   ^~~
/in/foo.c:18: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 204.0 KiB
#2 Wrong Answer 0ms 220.0 KiB
#3 Wrong Answer 1ms 216.0 KiB
#4 Wrong Answer 41ms 304.0 KiB
#5 Wrong Answer 0ms 204.0 KiB

信息

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