Compile Error
/in/foo.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ /in/foo.c: In function 'main': /in/foo.c:5:16: error: stray '\357' in program scanf("%d%d%d",&a,&b,&c); ^ /in/foo.c:5:17: error: stray '\274' in program scanf("%d%d%d",&a,&b,&c); ^ /in/foo.c:5:18: error: stray '\214' in program scanf("%d%d%d",&a,&b,&c); ^ /in/foo.c:5:19: error: invalid operands to binary & (have 'char *' and 'int') scanf("%d%d%d",&a,&b,&c); ~~~~~~~~ ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 第四章题目----三位数比较大小
- 语言
- C
- 递交时间
- 2019-11-14 18:24:50
- 评测时间
- 2019-11-14 18:24:50
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes