QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#474465#3098. Ancient Machineegypt_ioi2024_01Compile Error//C++203.7kb2024-07-12 18:48:382024-07-12 18:48:38

Details

Bruno.code: In function ‘void Bruno(int, int, std::vector<int>)’:
Bruno.code:90:1: error: expected ‘}’ at end of input
   90 | }
      | ^
Bruno.code:4:45: note: to match this ‘{’
    4 | void Bruno(int N, int L, std::vector<int> A){
      |                                             ^