Блог пользователя Alexey

Автор Alexey, история, 4 года назад, По-русски

I have two submissions of the same code 169242883 and 169242938 of the problem 812 E one with compiler Visual C++ 17, another with compiler GNU C++ 17.

Visual C++ gives TLE, GNU oks. Looks like sync_with_stdio doesn't work properly in Visual C++. Has anybody faced this problem before?

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

»
4 года назад, скрыть # |
 
Проголосовать: нравится +10 Проголосовать: не нравится

Auto comment: topic has been translated by Alexey (original revision, translated revision, compare)

»
4 года назад, скрыть # |
 
Проголосовать: нравится +28 Проголосовать: не нравится

It is well-known stuff that sync_with_stdio doesn't work in Visual C++.