QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#750923#8056. Travel 2ucup-team5637Compile Error//C++141.8kb2024-11-15 16:22:052024-11-15 16:22:06

Details

answer.code: In function ‘void work()’:
answer.code:90:12: error: conflicting declaration ‘std::string s’
   90 |     string s;
      |            ^
answer.code:38:12: note: previous declaration as ‘long long unsigned int s’
   38 |     int n, s;
      |            ^