QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#647247 | #4322. rsraogps / 雪に咲く花 | Huluobo | Compile Error | / | / | C++14 | 1.0kb | 2024-10-17 13:00:25 | 2024-10-17 13:00:25 |
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:24:32: error: ‘gcd’ was not declared in this scope 24 | uint w=gcd(c[p],c[p+1]); | ^~~ answer.code:36:26: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 36 | for(auto [l,j]:qlis[i]) | ^