imtinanjibon's blog

By imtinanjibon, history, 4 years ago, In English

I am trying to solve atcoder beginner contest 168 but there is no language C++14. How can i do that?

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

I usually use C++ (GCC 9.2.1). You can also try to use it.

»
4 years ago, # |
  Vote: I like it -10 Vote: I do not like it

Really wonder how difficult it is to upgrade a language for a judge site. Anyone knows?

  • »
    »
    4 years ago, # ^ |
    Rev. 3   Vote: I like it 0 Vote: I do not like it

    i know from one admin of OJ that it can be hard on windows (c++14 to c++17)

    upd. just tested atcoder — its now supports c++17