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:8:25: error: 'puts' was not declared in this scope n >= 16 ? puts("Yes") : puts("No"); ^
信息
- 递交者
- 类型
- 递交
- 题目
- p1017 牛肉面2(用三目运算符来解)
- 语言
- C++
- 递交时间
- 2021-11-26 21:09:00
- 评测时间
- 2021-11-26 21:09:00
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes