QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#74925 | #3871. Voting Cities | MaMengQi | Compile Error | / | / | C++17 | 3.7kb | 2023-02-04 13:11:15 | 2023-02-04 13:11:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:11:21: error: ‘tree’ does not name a type 11 | using ordered_set = tree<T, null_type, less<T>, rb_tree_tag, tree_order_statistics_node_update>; | ^~~~