QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#304002 | #7785. Three Rectangles | ucup-team639 | Compile Error | / | / | C++14 | 3.2kb | 2024-01-13 11:09:03 | 2024-01-13 11:09:04 |
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:13:16: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 13 | for (auto& [a,b]: dim) cin>>b>>a; | ^ answer.code:82:18: error: ‘clamp’ was not declared in this scope 82 | bl.first=clamp(bl.first, 1ll,w1); | ^~~~~