QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#551160 | #9255. Python Program | ucup-team4446# | Compile Error | / | / | C++14 | 2.9kb | 2024-09-07 15:44:39 | 2024-09-07 15:44:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:54:8: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 54 | auto [c, l, r, d] = parse1('#'); | ^ answer.code:55:8: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 55 | auto [t, l2, r2, d2] = parse1(c); | ^ answer.code:84:17: error: ‘midpoint’ was not declared in this scope 84 | ll km = midpoint(kl, kr); | ^~~~~~~~ answer.code:101:17: error: ‘midpoint’ was not declared in this scope 101 | ll km = midpoint(kl, kr); | ^~~~~~~~