MikeMirzayanov's blog

By MikeMirzayanov, 5 years ago, translation, In English

Hello!

The shortest news on Codeforces. I added support for Microsoft Visual Studio C ++ 2017. The solutions are compiled with the command line cl /std:c++17 /W4 /F268435456 /EHsc /O2 /DONLINE_JUDGE %1.

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

»
5 years ago, # |
  Vote: I like it +4 Vote: I do not like it

codeforces is growing day by day ....great

»
5 years ago, # |
  Vote: I like it +56 Vote: I do not like it

Everyday we stray further from god

»
5 years ago, # |
  Vote: I like it +29 Vote: I do not like it

Please add support for __int128.

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

what tf with msvc cin/cout? I'm disappointed
48931957
48933362

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    IIRC MSVC always ignored sync_with_stdio(false)