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

I have issue understanding the output of stress testing. I believe my sublime text stress tester is misbehaving. `stress.cpp` ![image](https://user-images.githubusercontent.com/92126782/167201745-c2c20162-ff08-4013-bbf2-be0e81b16cf2.png) `stress__Good.cpp` ![image](https://user-images.githubusercontent.com/92126782/167201858-aa5c2a99-6273-4c25-ba5b-6a6b45e897a8.png) `stress__Generator.cpp` ![image](https://user-images.githubusercontent.com/92126782/167201904-876d008b-c52d-4db7-b7be-5c9b10e061e3.png) STRESS TEST OUTPUT: ![image](https://user-images.githubusercontent.com/92126782/167202697-09b356ce-41ae-4422-a1ca-2cf15950da6e.png) As far...

As the title says,when I set many tests in the same time,I must click the run command for every test,or I will lost all my test. So if I run...

I wonder that. I did something in the setting, but it doesn't work as well.

The application files (.exe) after build flood the folder and highly increase folder size. The program should be run from temporary folder (maybe %%TEMP%% in windows) such that same file...

Sublime Text cannot afford big amount of datas in the editor. When I add a large test and run it, all the editor will lag for a while, then the...

There are cases where trailing spaces are being printed for every testcase in the end. But in the correct answers list, if the expected answer contains no trailing testcases in...

Why did I get an error when I changed -std=c++11 to -std=c++17 when compiling, can this be changed?

first it is not start when i press cmd + b or ctrl + b ( after pressing cmd + shift + p and then select FastOlympicCoding run side window...

Wasn't able to find FastOlympicCoding in package control (install a package) in Sublime text 4. So, downgraded to Sublime Text 3. for compatibility. Please look into it!

When I build a file and the program infinitely loops, how to stop the fastolympic coding It doesn't allow to stop I have to restart sublime text every time. PLS...