运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
18317 | 赖天成 | 2270 - u形三元组 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 1094 | 1年前 |
Main.cc: In function 'int main()':
Main.cc:32:27: error: 'count' is not a member of 'std'; did you mean 'cout'?
32 | count += std::count(a.begin(), a.begin()+i, max_left) * std::count(a.begin()+i+1, a.end(), min_right);
| ^~~~~
| cout
Main.cc:32:74: error: 'count' is not a member of 'std'; did you mean 'cout'?
32 | count += std::count(a.begin(), a.begin()+i, max_left) * std::count(a.begin()+i+1, a.end(), min_right);
| ^~~~~
| cout