QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#474774#3098. Ancient Machineegypt_ioi2024_01Compile Error//C++202.7kb2024-07-13 00:58:282024-07-13 00:58:28

详细

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;
      |         ^~~