记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:4:9: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
    4 |         scanf("%d%d%d", &a, &b, &c);
      |         ^~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
  +++ |+#include <stdio.h>
    1 | int main()
foo.c:4:9: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch]
    4 |         scanf("%d%d%d", &a, &b, &c);
      |         ^~~~~
foo.c:4:9: note: include '<stdio.h>' or provide a declaration of 'scanf'
foo.c:23:9: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   23 |         printf("%d%d%d\n", a, b, c);
      |         ^~~~~~
foo.c:23:9: note: include '<stdio.h>' or provide a declaration of 'printf'
foo.c:23:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
foo.c:23:9: note: include '<stdio.h>' or provide a declaration of 'printf'
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#2 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#3 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#4 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB
#5 Wrong Answer Standard answer longer than user output. 1ms 256.0 KiB

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
比赛
2022年迎新赛(第一场)
语言
C
递交时间
2022-08-15 14:54:20
评测时间
2022-08-15 14:54:20
评测机
分数
0
总耗时
7ms
峰值内存
256.0 KiB