QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#476358 | #8650. Island Hopping | egypt_ioi2024b_05# | Compile Error | / | / | C++20 | 1.4kb | 2024-07-13 19:02:56 | 2024-07-13 19:02:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(int, int)’: answer.code:64:56: error: too many initializers for ‘std::array<int, 2>’ 64 | array <int,2> o = {query(1,1),query(1,2),query(1,3)}; | ^