QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#311164 | #7906. Almost Convex | ucup-team954 | Compile Error | / | / | C++20 | 3.0kb | 2024-01-22 00:18:50 | 2024-01-22 00:18:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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; | ^~~