QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#665344#7737. Extending DistancetarjenCompile Error//C++2022b2024-10-22 11:34:142024-10-22 11:34:17

Judging History

你现在查看的是最新测评结果

  • [2024-10-22 11:34:17]
  • 评测
  • [2024-10-22 11:34:14]
  • 提交

answer

        if(i%2)w=-w;

Details

answer.code:1:9: error: expected unqualified-id before ‘if’
    1 |         if(i%2)w=-w;
      |         ^~