QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#409140 | #7523. Partially Free Meal | hhoangcp | Compile Error | / | / | C++20 | 3.1kb | 2024-05-11 19:34:01 | 2024-05-11 19:34:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘std::vector<long long int> DNC(const std::vector<std::pair<int, int> >&, std::vector<int>&, int, int)’: answer.code:87:5: error: ‘asssert’ was not declared in this scope; did you mean ‘assert’? 87 | asssert((int) ans.size() == r - l); | ^~~~~~~ | assert