BumbleBee's blog

By BumbleBee, history, 8 years ago, In English

I want to test a C++ program using a large input file which is in txt or other format and size of the file is almost 13 mb.

I tried the custom test option of Codeforces but it won't take files larger than 256 kb.

I just want to know that is there any online tool/compiler where I can run my C++ program with my large input file and get the execution time and memory used by the program?

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

»
8 years ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

Perhaps it would be more convenient in a local environment.

For Linux, there's this Stackoverflow question.

For Windows, you can search for the same or download such utility stripped from a contest judge. For example, this seems to be the version from PCMS2 invoker.