QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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) { | ^~~~~~~~~~~~~~~~~~~~~