QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#74925#3871. Voting CitiesMaMengQiCompile Error//C++173.7kb2023-02-04 13:11:152023-02-04 13:11:17

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>;
      |                     ^~~~