记录详情

Accepted

/in/foo.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(){printf("Black hair double horsetail sister");}
 ^~~~
/in/foo.c: In function 'main':
/in/foo.c:1:8: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
 main(){printf("Black hair double horsetail sister");}
        ^~~~~~
/in/foo.c:1:8: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:1:8: note: include '<stdio.h>' or provide a declaration of 'printf'
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB

信息

递交者
类型
递交
题目
啊哈
语言
C
递交时间
2017-07-28 20:45:30
评测时间
2017-07-28 20:45:30
评测机
分数
100
总耗时
2ms
峰值内存
256.0 KiB