记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:4:1: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
 scanf("%d%d%d",&a,&b,&c):
 ^~~~~
/in/foo.c:4:1: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:4:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:4:25: error: expected ';' before ':' token
 scanf("%d%d%d",&a,&b,&c):
                         ^

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第一场(牛刀小试)
语言
C
递交时间
2024-10-21 14:41:56
评测时间
2024-10-21 14:41:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes