ShifaT57's blog

By ShifaT57, history, 4 years ago, In English

I have made a Repositiory in GitHub to configure VS Code specially for Competitive programming.

In this case , you don't need to write input in the command line or write fopen / close stuffs , programme will take input from a file (input.txt) automatically and give the output in another file (output.txt).You can also find the programme runtime status which will help you to calculate execution time as well as memory usage in linux.

  • Vote: I like it
  • +9
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +1 Vote: I do not like it

if i want to set g++ -std=c++17 -Wshadow -Wall -o "atcoder" "atcoder.cpp" -g -fsanitize=address -fsanitize=undefined -D_GLIBCXX_DEBUG such one as my command what should I do?