Skip to content

Dynesshely/Competition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                      ____________________              
___________________ __________________  /___(_)_  /___(_)____________ 
_  ___/  __ \_  __ `__ \__  __ \  _ \  __/_  /_  __/_  /_  __ \_  __ \
/ /__ / /_/ /  / / / / /_  /_/ /  __/ /_ _  / / /_ _  / / /_/ /  / / /
\___/ \____//_/ /_/ /_/_  .___/\___/\__/ /_/  \__/ /_/  \____//_/ /_/ 
                       /_/                                            

About

This repo records the problems I encountered during the information competition, including the corresponding problem-solving ideas.

Construct

  • documents: docs.
  • source: source code for problems
    • competitions: problems in actual competitions, such as CSP, NOIP, NOI, USACO, COCI, ..., etc.
    • districts: ---
    • website: problems in oj sites (Online Judge).
  • templates: template for some problems.

Build

For every .cpp file, you can just run g++ command.