QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#409140#7523. Partially Free MealhhoangcpCompile Error//C++203.1kb2024-05-11 19:34:012024-05-11 19:34:02

詳細信息

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