QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#371256#8505. Almost Aligneducup-team3215Compile Error//C++201.7kb2024-03-30 03:22:032024-03-30 03:22:05

Details

answer.code: In function ‘int main()’:
answer.code:41:18: warning: division by zero [-Wdiv-by-zero]
   41 |   auto ans = 0.L / 0;
      |              ~~~~^~~
answer.code:54:3: error: ‘else’ without a previous ‘if’
   54 |   else cout << fixed << ans;
      |   ^~~~