220IQ Setup For Competitive Programming ||Atom||Split Windows||File input

preview_player
Показать описание
Hope you liked the setup. Feedback and suggestions welcome. If you need any help comment down below
Рекомендации по теме
Комментарии
Автор

For file handling we need to include extra code so that we can read from files
First include <fstream> as shown in video to include neccesary files and then
add the code #ifndef ONLINE_JUDGE
freopen("input.txt", "r", stdin);
#endif
as shown
ONLINE_JUDGE
is predefined in the sites like codechef and codeforces so ifdef works accordingly.

yomanraj
Автор

control+shift+p to run the files right

himadrinath
visit shbcf.ru