imtiaj.zero's blog

By imtiaj.zero, history, 13 months ago, In English

When I submitted the following code in GNU C++20 (64) I got wrong on test 2, whereas in GNU C++17 it got Accepted. Would anyone please tell the reason behind this. Thanks in advance.

Problem Link:

1809B - Points on Plane

My submission link: 

198895642 in GNU C++20 (64) lang.

198895850 in GNU C++17 lang.

Full text and comments »

  • Vote: I like it
  • +6
  • Vote: I do not like it