/ Vijos /

记录详情

Compile Error

/in/foo.c:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
/in/foo.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
/in/foo.c: In function 'main':
/in/foo.c:9:1: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
 scanf("%d%d",&n,&m);
 ^~~~~
/in/foo.c:9:1: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:9:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:29:1: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
 printf("%d",d);
 ^~~~~~
/in/foo.c:29:1: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:29:1: note: include '<stdio.h>' or provide a declaration of 'printf'

信息

递交者
类型
递交
题目
P1383 盗窃-黑珍珠
语言
C
递交时间
2017-08-01 18:22:29
评测时间
2017-08-01 18:22:29
评测机
分数
0
总耗时
14ms
峰值内存
2.57 MiB