sauron271's blog

By sauron271, 5 days ago, In English

Is there anywhere online where you can compile cpp code really fast compared to your local system?

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

»
5 days ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it

I use One compiler and it is very practical and fast

  • »
    »
    5 days ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    there is time limit on runtime. cant go above 5 seconds.

    • »
      »
      »
      4 days ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      If your program takes more than 5 seconds to run, that's probably an indication your solution is inefficient, unless the problem has constraints above 5 seconds.

      • »
        »
        »
        »
        4 days ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        I just want to use it for brute force pattern recognition. Not for the actual code. So it doesnt matter what the time complexity is.

        • »
          »
          »
          »
          »
          4 days ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          Then I suggest you install the CodeBlocks IDE and use parallel processing to reduce your runtime.

»
4 days ago, # |
  Vote: I like it 0 Vote: I do not like it

usaco IDE is a good option

  • »
    »
    4 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    that's the best option

  • »
    »
    4 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    But it always shows bad alloc after executing the code..?

    I don't know the reason

»
4 days ago, # |
  Vote: I like it 0 Vote: I do not like it

I use AtCoder custom test.

»
4 days ago, # |
  Vote: I like it 0 Vote: I do not like it

OnlineGDB works the best in my experience. Give it a try!

»
4 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Codechef one is good . https://www.codechef.com/ide