QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#195382 | #7512. Almost Prefix Concatenation | ucup-team1682# | Compile Error | / | / | C++20 | 4.0kb | 2023-10-01 04:02:22 | 2023-10-01 04:02:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:119:9: error: ‘class __gnu_pbds::gp_hash_table<int, int>’ has no member named ‘reserve’ 119 | mp1.reserve(10*n);mp2.reserve(10*m); | ^~~~~~~ answer.code:119:27: error: ‘class __gnu_pbds::gp_hash_table<int, int>’ has no member named ‘reserve’ 119 | mp1.reserve(10*n);mp2.reserve(10*m); | ^~~~~~~