QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#418257#8416. Dzielniki [B]zaozao_zmxCompile Error//C++233.2kb2024-05-23 12:10:062024-05-23 12:10:09

Details

answer.code: In function ‘int main()’:
answer.code:74:35: error: conflicting declaration ‘long long int bbb’
   74 |                         long long bbb=0;
      |                                   ^~~
answer.code:36:29: note: previous declaration as ‘int bbb’
   36 |                         int bbb=0;
      |                             ^~~