QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#667845#7700. Split DecisionsMaMengQiCompile Error//C++231.7kb2024-10-23 08:46:262024-10-23 08:46:27

详细

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;
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~