QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#571708 | #6385. Swords | kheiramihoub | Compile Error | / | / | C++20 | 891b | 2024-09-18 04:35:55 | 2024-09-18 04:35:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:29:20: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’ 29 | if (syoufa.second > max_defense) { | ^~~~~~ answer.code:35:13: error: ‘useful_syf’ was not declared in this scope; did you mean ‘useful_syoufa’? 35 | cout << useful_syf << endl; | ^~~~~~~~~~ | useful_syoufa