记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:4:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf( "%d", &n );
  ^~~~~
/in/foo.c:4:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:4:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:19:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(i=0 ;i<9; i++)
   ^~~
/in/foo.c:31:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    printf("%d\n",count+1);
    ^~~~~~
/in/foo.c:31:4: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
/in/foo.c:31:4: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:31:4: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:51:3: warning: incompatible implicit declaration of built-in function 'printf'
   printf("0");
   ^~~~~~
/in/foo.c:51:3: note: include '<stdio.h>' or provide a declaration of 'printf'
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 208.0 KiB
#2 Accepted 0ms 216.0 KiB
#3 Accepted 0ms 216.0 KiB
#4 Accepted 0ms 216.0 KiB
#5 Accepted 0ms 216.0 KiB
#6 Accepted 0ms 216.0 KiB
#7 Wrong Answer 1ms 216.0 KiB
#8 Wrong Answer 0ms 216.0 KiB
#9 Accepted 0ms 216.0 KiB
#10 Wrong Answer 0ms 216.0 KiB

信息

递交者
类型
递交
题目
(ty 1-2) 烤鸡
比赛
2019-1-20寒假集训1
语言
C
递交时间
2019-01-20 10:38:52
评测时间
2019-01-20 10:38:52
评测机
分数
55
总耗时
8ms
峰值内存
216.0 KiB