FastOlympicCoding
FastOlympicCoding copied to clipboard
Tools for competitive programming for Sublime Text 3 & 4
make stress test print the seed
Hello, I am using ubuntu 20.04 and i've recently install cppfastolympiccode but he's not taking input from me. Help i'm stuck.
 
Could you give me more clear instructions?
 Hello, as shown in the picture. The first testcase is taking more time to run even if the testcases are same. How should I solve this?
Whenever I run the program it just directly skips the input. If I go back and edit and then re-run the test case it still returns nothing 
my OS: Windows, and I modified the setting file of FastOlympicCoding, like this: ` { "name": "C++", "extensions": ["cpp"], "compile_cmd": "g++ \"{source_file}\" -std=c++17 -o \"{file_name}\"", "run_cmd": "\"{source_file_dir}\\{file_name}.exe\" {args} -debug", "lint_compile_cmd":...