QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#215076 | #5607. Cribbage On Steroids | ZhaoZiLong | Compile Error | / | / | C++17 | 1.4kb | 2023-10-15 02:59:12 | 2023-10-15 02:59:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘long long int calculateScore(const std::vector<std::__cxx11::basic_string<char> >&)’: answer.code:27:22: error: no match for ‘operator+=’ (operand types are ‘std::vector<int>’ and ‘std::vector<int>’) 27 | score += try15(n += vector<int>{0, 0, 0, n[10] + n[11] + n[12]}, 0, 15); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~