Skip to content

nagchanallen/atcoder_workplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtCoder_workplace

It is my personal AtCoder workplace.

prerequsite

Common

You need to include atcoder library for template file

Linux

  1. gcc (through build-essential package)

How to use the auto-gen ABC shell script (for macos and linux)

  1. Go to project root directory
  2. Run $ chmod 755 genABCNewFiles.sh
  3. Run $ ./genABCNewFiles.sh
  4. When you are running the script, you need to input the folder name.
  5. The script would help you generate a folder with your input name including 8 files named A.cpp to H.cpp which copied from cptemplate.cpp in root directory.

Compile cpp files in folder

$ g++ -I . <FILE_NAME>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages