QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#311163 | #7906. Almost Convex | ucup-team954 | Compile Error | / | / | C++14 | 3.0kb | 2024-01-22 00:18:18 | 2024-01-22 00:18:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void andrew()’: answer.code:87:5: error: ‘vector’ was not declared in this scope 87 | vector<PDD> val; | ^~~~~~ answer.code:5:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’? 4 | #include <cmath> +++ |+#include <vector> 5 | answer.code:87:15: error: expected primary-expression before ‘>’ token 87 | vector<PDD> val; | ^ answer.code:87:17: error: ‘val’ was not declared in this scope 87 | vector<PDD> val; | ^~~