QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#835140#3230. Beautiful NowGuanYunchangCompile Error//C++17748b2024-12-28 10:02:542024-12-28 10:02:54

Details

answer.code: In function ‘int main()’:
answer.code:45:27: error: redeclaration of ‘long long int sum’
   45 |                 long long sum=0;
      |                           ^~~
answer.code:40:27: note: ‘long long int sum’ previously declared here
   40 |                 long long sum=0;
      |                           ^~~