/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'prin':
foo.c:32:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while (--vp);
  ^~~~~
foo.c:33:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   printf(" %d", path[vp]);
   ^~~~~~
foo.c: In function 'main':
foo.c:54:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ^~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 20. 1ms 256.0 KiB
#2 Wrong Answer Standard answer longer than user output. 0ms 256.0 KiB
#3 Wrong Answer Read 0, expect 1. 0ms 256.0 KiB
#4 Accepted 0ms 256.0 KiB
#5 Accepted 0ms 256.0 KiB
#6 Accepted 1ms 256.0 KiB
#7 Wrong Answer Read 0, expect 8. 1ms 256.0 KiB
#8 Wrong Answer Read 0, expect 10. 1ms 256.0 KiB
#9 Wrong Answer Read 0, expect 13. 1ms 256.0 KiB
#10 Wrong Answer Read 0, expect 11. 0ms 256.0 KiB

信息

递交者
类型
递交
题目
P1138 冗余依赖
语言
C
递交时间
2021-05-20 19:20:19
评测时间
2021-05-20 19:20:19
评测机
分数
30
总耗时
10ms
峰值内存
256.0 KiB