Nikita Paniukhin
Nikita Paniukhin
Hello! Do you still have this problem? If so, can I ask you to try clearing cookies and cache in your browser
Hello! Do you still have this problem? If so, can I ask you to try clearing cookies and cache in your browser
Ok, I understand.
Hello! To use C++17, please do the following: 1) Go to `Tools` -> `[Cpp]FastOlympicCoding` -> `settings` 2) Copy all settings from the *default* file (on the left) to the *user*...
@j0k4rX, you can use the `tests_relative_dir` setting to change the **relative** path to the directory containing the tests. You can also use the `tests_file_suffix` setting to change the default `:tests`...
Alright, I found out where the problem was: these features were added after `1.4.10` release. Pinging @Jatana to update the package :) If you do not want to wait, you...
Glad to hear that. You are welcome
Sorry, I've been a little busy. The config, you provided - doesn't it work? What does it output? `lint_compile_cmd` is used for the [Lint module](https://github.com/Jatana/FastOlympicCoding#cpplint) of this package (I haven't...
Hello, @Ajay2908. This happens because you haven't inserted another newline after the test case. I tried to run your code and got the same result when I inserted `2\n2\n5` instead...
Hello! Nice idea. In my opinion, this should be implemented as another button (next to "run" and "edit"): ``` [ test 0 ] [ edit ] [ run ] [...