QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#579038 | #9242. An Easy Geometry Problem | ucup-team4347 | Compile Error | / | / | C++20 | 5.7kb | 2024-09-21 05:53:31 | 2024-09-21 05:53:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:29:25: error: too many initializers for ‘std::array<__int128, 2>’ 29 | array<ll,K> cmp = {0,0,0}; | ^