QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^~~