FastOlympicCoding icon indicating copy to clipboard operation
FastOlympicCoding copied to clipboard

Tools for competitive programming for Sublime Text 3 & 4

Results 57 FastOlympicCoding issues
Sort by recently updated
recently updated
newest added

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.

![image](https://user-images.githubusercontent.com/30543181/112681811-2c139f00-8eaa-11eb-985b-8ebc393d4ec8.png) ![image](https://user-images.githubusercontent.com/30543181/112681938-52393f00-8eaa-11eb-9b6a-eca0ba5f042a.png)

Could you give me more clear instructions?

![image](https://user-images.githubusercontent.com/61426967/179453739-6be8d047-2299-44c0-8489-4b051ee1f1c2.png) 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 ![Screenshot 2022-06-07 143852](https://user-images.githubusercontent.com/107072692/172457940-70ad4607-1825-41be-b95c-0a4ec52e213f.png)

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":...