QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~~~~~~