Блог пользователя detective...dots

Автор detective...dots, история, 6 дней назад, По-английски

While testing a problem I made on polygon, I tried submitting multiple solutions (including the main solution on polygon), and all of them received "Judgement Failed" verdict

image

I thought maybe it's something with the problem but someone else creating a different problem was experiencing the same thing, thought It may be a problem with polygon on general but when I tried submitting older problems, I didn't face this issue.

After some trials, I found out that switching everything (validator and generators) from C++23 to C++17 fixed the issue.

Update: I have created a problem to test what exactly cause the issue, tried switching checker, generator, validator and main solution between c++17 and cpp.gcc14-64-msys2-g++23, When everything is set to c++17, the solution is excepted, else if any single one of them is switched to cpp.gcc14-64-msys2-g++23, this problem occurs

MikeMirzayanov

  • Проголосовать: нравится
  • -4
  • Проголосовать: не нравится

»
6 дней назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

I've had the same issue. The default compiler when making a .cpp file on polygon is c++23.

Same as you, changing all files in polygon to use c++17 or c++20 solved the issue although I don't know which file exactly had the problem.

  • »
    »
    6 дней назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Ditto.

    • »
      »
      »
      6 дней назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Dildo?

      • »
        »
        »
        »
        6 дней назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

        bruh

»
6 дней назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

idk bro sounds like new compilers have skill issue

»
6 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by detective...dots (previous revision, new revision, compare).

»
6 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by detective...dots (previous revision, new revision, compare).