记录详情

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:28:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
  printf("%d",x-y);
  ^~~~~~
/in/foo.c:28:2: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:28:2: note: include '<stdio.h>' or provide a declaration of 'printf'
# 状态 耗时 内存占用
#1 Accepted 0ms 204.0 KiB
#2 Wrong Answer 0ms 188.0 KiB
#3 Wrong Answer 1ms 188.0 KiB
#4 Wrong Answer 0ms 204.0 KiB
#5 Wrong Answer 2ms 188.0 KiB
#6 Wrong Answer 6ms 188.0 KiB
#7 Wrong Answer 14ms 196.0 KiB
#8 Wrong Answer 26ms 188.0 KiB
#9 Wrong Answer 41ms 188.0 KiB
#10 Wrong Answer 92ms 204.0 KiB

信息

递交者
类型
递交
题目
4 排序中的交换次数
比赛
小兰赛 2018/12/2
语言
C
递交时间
2018-12-02 10:12:47
评测时间
2018-12-02 10:12:47
评测机
分数
10
总耗时
188ms
峰值内存
204.0 KiB