/AtCoder

AtCoder code repository

Primary LanguageC++MIT LicenseMIT

AtCoder

This repository is for AtCorder backup.
AtCoder is a programming contest site for anyone from beginners to experts. We hold weekly programming contests online.
Check my AtCorder account here -> tosh7.
All rights reserved under MIT license.

Languages

I prefer using C++, which is one of the fastest programming languages. This reference would help you to use C++.

How to start

Copy base directory and rename for the event. Encorege you to name as "yyyymmdd_$level_$number". All inputs should put in input.txt.

How to compile

To make compile easier, I set aliases.

alias ac='g++ Main.cpp;./a.out < input.txt'
alias acs='swiftc -emit-executable Main.swift;./Main < input.txt'

All you have to do is just do 'ac' or 'acs' command.