QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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))); | ^