编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3291 | #1006. 超级强迫症 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 299 B | cncxh | 2023-11-25 14:35:42 |
using namespace std;
typedef long long ll;
ll n, m, min1 = 105, max1 = 0, sum = 0;
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:11:10: error: 'coyt' was not declared in this scope
11 | if(f)coyt<<"Yes"<<endl;
| ^~~~