记录详情

Accepted

foo.c: In function 'main':
foo.c:3:9: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    3 |         printf("\"enjoy yourself\"");
      |         ^~~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | int main()
foo.c:3:9: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
    3 |         printf("\"enjoy yourself\"");
      |         ^~~~~~
foo.c:3:9: note: include '<stdio.h>' or provide a declaration of 'printf'
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1191 语言起点
语言
C
递交时间
2022-10-03 22:34:20
评测时间
2022-10-03 22:34:20
评测机
分数
100
总耗时
1ms
峰值内存
256.0 KiB