QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#470013#3098. Ancient Machineegypt_ioi2024_12Compile Error//C++201.2kb2024-07-10 09:39:512024-07-10 09:39:51

Details

Bruno.code: In function ‘void Bruno(int, int, std::vector<int>)’:
Bruno.code:37:1: error: expected ‘}’ at end of input
   37 | }
      | ^
Bruno.code:4:37: note: to match this ‘{’
    4 | void Bruno(int n,int l,vector<int>v){
      |                                     ^