QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#579061 | #9242. An Easy Geometry Problem | ucup-team4347 | Compile Error | / | / | C++20 | 5.8kb | 2024-09-21 06:51:41 | 2024-09-21 06:51:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:2:9: warning: #pragma once in main file 2 | #pragma once | ^~~~ answer.code:31:24: error: too many initializers for ‘std::array<long long int, 1>’ 31 | array<ll,K> cmp = {0, 0}; | ^