QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#295262 | #4826. Find the Parts | ucup-team1652# | Compile Error | / | / | C++14 | 3.4kb | 2023-12-30 22:30:37 | 2023-12-30 22:30:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:52:24: error: missing template arguments before ‘mp’ 52 | vector mp(R, vector<__gnu_pbds::gp_hash_table<int, int>>(21)); | ^~ answer.code:61:41: error: ‘mp’ was not declared in this scope; did you mean ‘mh’? 61 | mp[i][len][(mh[r] - 1ll * mh[l] * pw[len] % P + P) % P] = l; | ^~ | mh answer.code:81:45: error: ‘mp’ was not declared in this scope; did you mean ‘m’? 81 | if (mp[i][m].find(vh[r]) != mp[i][m].end()) { | ^~ | m