No compilation error description in C++ 17

Revision en1, by elseecay, 2024-06-11 20:52:32

It happens during last Div.4

In this submission in compilation log you can see only warnings, no errors, but verdict is CE

So experimentally I figured out that an error in line 1285, ofc locally it works good with C++17:

constexpr auto darr = array<pair<int, int>, 4>{{{1, 0}, {0, 1}, {-1, 0}, {0, -1}}};

Will be nice if codeforces show full compilation log

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English elseecay 2024-06-11 21:01:19 3 Tiny change: 'It happens during la' -> 'It happened during la'
en2 English elseecay 2024-06-11 20:56:14 30 Tiny change: 'lation log' -> 'lation log or somehow prioritize errors'
en1 English elseecay 2024-06-11 20:52:32 473 Initial revision (published)