QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#564627 | #4815. Flower's Land | tzl_Dedicatus545 | Compile Error | / | / | C++14 | 3.9kb | 2024-09-15 11:43:39 | 2024-09-15 11:43:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:131:27: error: ‘t’ was not declared in this scope 131 | rep(i,1,n+1,1) f[t][i].resize(k+2); | ^