/ YSU9s /

记录详情

Accepted

foo.c: In function 'main':
foo.c:6:9: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
    6 |         scanf("%d %d",&a,&b);
      |         ^~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
  +++ |+#include <stdio.h>
    1 | 
foo.c:6:9: warning: incompatible implicit declaration of built-in function 'scanf' [-Wbuiltin-declaration-mismatch]
    6 |         scanf("%d %d",&a,&b);
      |         ^~~~~
foo.c:6:9: note: include '<stdio.h>' or provide a declaration of 'scanf'
foo.c:7:9: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    7 |         printf("%d",a+b);
      |         ^~~~~~
foo.c:7:9: note: include '<stdio.h>' or provide a declaration of 'printf'
foo.c:7:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
foo.c:7:9: note: include '<stdio.h>' or provide a declaration of 'printf'
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 200.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB
#6 Accepted 2ms 284.0 KiB
#7 Accepted 1ms 284.0 KiB
#8 Accepted 2ms 284.0 KiB
#9 Accepted 2ms 284.0 KiB
#10 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
比赛
【下次还选非常简单能力检定】9s 2023 入门经典题单(体验版)
语言
C
递交时间
2023-09-12 17:28:02
评测时间
2023-09-12 17:28:02
评测机
分数
100
总耗时
20ms
峰值内存
284.0 KiB