FAQ : Buggy---Linux
By Asim Krishna Prasad
Posted on 06/03/15
Tag :
Project
FAQs related to Buggy for Linux.
Related Links :
-
Why does it not tell if the output is correct or not?
-
This feature was introduced in V.0.9 but later removed because of two reasons :
-
Two output files were compared to check whether the outputs are same or not. This method fails in case of trailing spaces or new-lines. This problem could have been solved by using a script to check the output.
-
There are some questions with multiple solutions. There is no way to check if the output is correct in such questions unless there is a correct solution with the program, which is not possible in a live contest. Getting wrong verdict in such a condition can be frustrating.
-
Why is it needed to make directories so deep inside, (/home/username/.config/sublime-text-3/Packages/User/)?
-
Since the plug-in works with Sublime, it is needed to add configuration files to Sublime. For the same reason, it is needed to place the configuration files in such a deep directory.
-
How to install Sublime-Text-3?
-
How to check if Sublime-Text-3 is installed on the system?
-
Open a terminal and run subl
-
If Sublime opens up. Installation has been successfully completed.
-
How to install g++?
-
How to check if g++ is installed on the system?
-
Open a terminal and run g++
-
If the command is recognized. Installation has been successfully completed.
Hope it helps :)
Asim Krishna Prasad
COMMENTS :