QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112764 | #3554. Sweeping | flower | Compile Error | / | / | C++14 | 5.6kb | 2023-06-13 11:55:22 | 2023-06-13 11:55:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void DSU::erase(int)’: answer.code:31:17: error: ‘sz’ was not declared in this scope 31 | sz[find(x)] --; | ^~ answer.code: In function ‘void CAT::mdfr(int, int, int, int)’: answer.code:86:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 86 | auto [pl, x] = q1[id[u]].top(); | ^ answer.code:95:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 95 | auto [pr, x] = q2[id[u]].top(); | ^ answer.code: In function ‘void CAT::mdfl(int, int, int, int)’: answer.code:112:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 112 | auto [pr, x] = q2[id[u]].top(); | ^ answer.code:121:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 121 | auto [pl, x] = q1[id[u]].top(); | ^