QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#778707 | #4252. Permutation | MaMengQi | Compile Error | / | / | C++14 | 3.3kb | 2024-11-24 15:52:18 | 2024-11-24 15:52:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:117:4: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 117 | int[] construct_permutation(ll k) { | ^ answer.code:117:4: error: structured binding declaration cannot have type ‘int’ 117 | int[] construct_permutation(ll k) { | ^~ answer.code:117:4: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’ answer.code:117:4: error: empty structured binding declaration answer.code:117:7: error: expected initializer before ‘construct_permutation’ 117 | int[] construct_permutation(ll k) { | ^~~~~~~~~~~~~~~~~~~~~