QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#474774 | #3098. Ancient Machine | egypt_ioi2024_01 | Compile Error | / | / | C++20 | 2.7kb | 2024-07-13 00:58:28 | 2024-07-13 00:58:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Bruno.code: In function ‘void Bruno(int, int, std::vector<int>)’: Bruno.code:18:17: error: invalid types ‘int[int]’ for array subscript 18 | if(L[j]){ | ^ Bruno.code:22:21: error: ‘idx’ was not declared in this scope 22 | for(int j = idx;j<min(N,idx+76);j++){ | ^~~ Bruno.code:29:9: error: ‘idx’ was not declared in this scope 29 | idx+=76; | ^~~