Sites Supported | Yes |
---|---|
Codechef | :white_check_mark: |
Codeforces | :white_check_mark: |
Atcoder | :white_check_mark: |
Note:- The package has been fairly tested for MacOS and Linux. However Windows users might face some issues. Please open one in the repo if you do.
.
The notification feature is not currently supported for windows. I don't have access to a machine right now to test the code for windows, but you can expect an update for windows in a couple of days.
Never used atom for competing? Read this
Install package either by running apm install afcp
from the terminal or by searching in the Install menu from Atom.
You will also need to install the following to use the package properly.
Linux -
MacOS-
Windows -
Add directory locations for each site i.e where you want the folder for the problems to be created.
An example location can look like this:- /Users/harshkhajuria/Desktop/TEST/
.
Important. Don't forget to add a /
(for MacOS and Linux) or \
(for Windows) at the end of the location.
You can drag and drop the folder into terminal to get the paths
(There is no need to install coreutils
is used to make sure that your code doesn't goes into an infinite loop. The time limit right now is 5 seconds
which can be edited from the setting menu.coreutils
since version 0.8.18
).
Press alt+control+k
to open the pane. Check the site radio button and put the contest code into the input field. Press Fetch Data
.
A folder will be created for each of the problems with their test cases in the directory that you specify in the settings menu.
Site | Link | Code |
---|---|---|
Codechef | https://www.codechef.com/COOK94A | COOK94A |
Codechef | https://www.codechef.com/MAY18B | MAY18B |
Codeforces | http://codeforces.com/contest/354 | 354 |
Codeforces | http://codeforces.com/contest/490 | 490 |
Atcoder | https://arc097.contest.atcoder.jp/ | arc097 |
Atcoder | https://agc024.contest.atcoder.jp/ | agc024 |
In order to close the pane press again ctrl+alt+k
Press alt+control+c
to compile. One output file will be generated for each and every file that starts with input
in the folder where .cpp
file is.
In order to create your own test cases create a input.txt file in the same directory of the problem replacing with a integer.
Corresponding output file can be generated by pressing alt+control+c
again.
Since version 0.8.18
, I have also added notifications based on the diffs generated between output*.txt
and myOutput*.txt
.
If no corresponding file is found either for output
or myOutput
a notification will be added and only time taken for the execution will be shown.
Press alt+control+p
to bring out a right pane to see the diffs generated between corresponding files. To close the pane press alt+control+o
.
Update the Default GCC
in the settings menu with the gcc version of your choice. For example if you use homebrew to install g++-4.9 then simply update the settings to use g++-4.9
.
Update the GCC Options
in the settings menu to add additional flags while compiling. For eg:- -std=c++14
Update the Time Limit
in the settings menu (in seconds).
Install the following packages for using atom to code in C/C++. To install them go to Install
in Preferences
and search them by typing their name.