Compile Error
foo.c: In function ‘main’: foo.c:8:9: error: ‘cin’ undeclared (first use in this function) 8 | cin>>a>>b>>c; | ^~~ foo.c:8:9: note: each undeclared identifier is reported only once for each function it appears in foo.c:20:14: error: ‘c)’ undeclared (first use in this function) 20 | if(b>c) | ^~~ foo.c:20:17: error: expected ‘)’ before ‘{’ token 20 | if(b>c) | ~ ^ | ) 21 | 22 | { | ~ foo.c:30:1: error: expected expression before ‘}’ token 30 | } | ^
信息
- 递交者
- 类型
- 自测
- 题目
- A1-1 分支结构练习:三数排序
- 语言
- C
- 递交时间
- 2024-08-15 08:52:17
- 评测时间
- 2024-08-15 08:52:17
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes