QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#385115 | #8006. Dinosaur Bones Digging | ucup-team2008# | Compile Error | / | / | C++17 | 1.4kb | 2024-04-10 15:40:32 | 2024-04-10 15:40:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:19: error: ‘vector’ was not declared in this scope 1 | inline bool check(vector<int> ans) { | ^~~~~~ answer.code:1:26: error: expected primary-expression before ‘int’ 1 | inline bool check(vector<int> ans) { | ^~~