QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#442428#8529. Balance of Permutationucup-team3827#Compile Error//C++141.8kb2024-06-15 11:55:092024-06-15 11:55:11

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)));
      |                                          ^