Compile Error
foo.c: In function ‘main’: foo.c:7:9: error: ‘cin’ undeclared (first use in this function) 7 | cin>>a>>b>>c; | ^~~ foo.c:7:9: note: each undeclared identifier is reported only once for each function it appears in foo.c:8:23: error: ‘cout’ undeclared (first use in this function) 8 | if(a>b&&b>c) cout<<a<<""<<b<<""<<c<<end1;// | ^~~~ foo.c:8:46: error: ‘end1’ undeclared (first use in this function) 8 | if(a>b&&b>c) cout<<a<<""<<b<<""<<c<<end1;// | ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A1-1 分支结构练习:三数排序
- 比赛
- 南师大(含泰州学院)2024年新生赛(第一场)
- 语言
- C
- 递交时间
- 2024-08-17 18:58:14
- 评测时间
- 2024-08-17 18:58:14
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes