QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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)}; | ^