QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#294006 | #7121. Beech Tree | alch07 | Compile Error | / | / | C++20 | 1.1kb | 2023-12-30 02:07:06 | 2024-04-28 08:27:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:5:1: error: ‘vector’ does not name a type 5 | vector <pair<int,int>> children [200500]; | ^~~~~~ answer.code:7:1: error: ‘vector’ does not name a type 7 | vector <int> beechtree(int N, int M, vector <int> P, vector <int> C){ | ^~~~~~