QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#667845 | #7700. Split Decisions | MaMengQi | Compile Error | / | / | C++23 | 1.7kb | 2024-10-23 08:46:26 | 2024-10-23 08:46:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:46:39: error: invalid operands of types ‘std::set<std::vector<char> >::size_type’ {aka ‘long unsigned int’} and ‘<unresolved overloaded function type>’ to binary ‘operator<<’ 46 | ans += (S.size() - SS.size()) / 2 << endl; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~