QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#442428 | #8529. Balance of Permutation | ucup-team3827# | Compile Error | / | / | C++14 | 1.8kb | 2024-06-15 11:55:09 | 2024-06-15 11:55:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In lambda function: answer.code:23:42: error: missing template arguments before ‘(’ token 23 | vector<vector<i128>> dp(n + 2, vector(m, i128(0))); | ^