Compile Error
/in/foo.cc:1:1: error: 'include' does not name a type include <bits/stdc++.h> ^~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:7:12: error: 'cin' was not declared in this scope int n; cin >> n; ^~~ /in/foo.cc:21:27: error: 'puts' was not declared in this scope if ( flag ) puts("Yes"); ^ /in/foo.cc:22:19: error: 'puts' was not declared in this scope else puts("No"); ^
信息
- 递交者
- 类型
- 递交
- 题目
- p1021 3位升序数
- 语言
- C++
- 递交时间
- 2021-11-26 21:19:06
- 评测时间
- 2021-11-26 21:19:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes