Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

Автор joao123, 9 лет назад, По-английски

Does exists some IDE like intellijIDEA for c++, that can use like a plugin for TC and CF?

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

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

Well, there is a CLion with plugin which works with Cf but not tc

»
9 лет назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

I don't know about about a Codeforces plugin that can be integrated into an IDE, but I use Codeblocks + Hightail combination and I believe it works very well. Just set the default path for hightail and then use that same path on Codeblocks. All you have to do in a contest then is compile, change program and press "Run" to see if it produces correct result.

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Do you know how to read a file and put the answer in other file using codeblocks? In linux it's like: ./file < in > out

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

There is an extension for Visual Studio