QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#479772#8711. TilesMinaRagy06#Compile Error//C++201.4kb2024-07-15 20:48:532024-07-15 20:48:54

Details

answer.code: In function ‘int main()’:
answer.code:57:13: error: redeclaration of ‘int mx’
   57 |         int mx = 0;
      |             ^~
answer.code:45:27: note: ‘int mx’ previously declared here
   45 |         int mn = 1e9 + 5, mx = -1e9 - 5;
      |                           ^~