QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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>; | ^~~~