Compile Error
/in/foo.c: In function 'main': /in/foo.c:11:13: error: stray '\357' in program if(a>c) ^ /in/foo.c:11:14: error: stray '\274' in program if(a>c) ^ /in/foo.c:11:15: error: stray '\211' in program if(a>c) ^ /in/foo.c:12:8: error: expected ')' before 'printf' printf("%d %d %d\n",a,c,b); ^~~~~~ /in/foo.c:25:1: error: expected expression before '}' token } ^ /in/foo.c:7:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(a>b) ^
信息
- 递交者
- 类型
- 递交
- 题目
- A1-1 分支结构练习:三数排序
- 比赛
- 泰院2401程序设计基础作业赛第一场(牛刀小试)
- 语言
- C
- 递交时间
- 2024-10-21 16:42:05
- 评测时间
- 2024-10-21 16:42:05
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes