QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#175065 | #7109. Traveling on the Axis | ucup-team1452# | Compile Error | / | / | C++14 | 1.6kb | 2023-09-10 15:59:24 | 2023-09-10 15:59:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:37:12: error: missing template arguments before ‘f’ 37 | vector f(n + 1,vector(2, 0ll)); | ^ answer.code:42:9: error: ‘f’ was not declared in this scope 42 | f[x][0]++; | ^