记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:4:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   printf("ckw");
   ^~~~~~
/in/foo.c:4:3: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:4:3: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:5:2: warning: incompatible implicit declaration of built-in function 'printf'
  printf("\n");
  ^~~~~~
/in/foo.c:5:2: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:8:8: error: 'i' undeclared (first use in this function)
   for( i=0;i<11;i++)
        ^
/in/foo.c:8:8: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
P1184 华语鸽坛
比赛
2020年互联网创新创业科技节程序设计大赛
语言
C
递交时间
2020-12-09 15:24:46
评测时间
2020-12-09 15:24:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes