When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

mak_2002's blog

By mak_2002, history, 6 years ago, In English

Hi
I was wondering if there's a way to parse codeforces problems sample test cases Without using python
if somebody have an idea
please notify me :)

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

| Write comment?
»
6 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Lol. It is not like python is the only programming language in the world. You can always use Ruby, Java, C++, etc.

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

You can look at this code that I wrote for creating a simple plugin for Intellij.

And, the piece of code is going to be very similar for different languages.