QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~