Skip to content

rsalesc/cp-includes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status GitHub Pages

Guidelines

  • There will be no class usage in this library, only struct usages.
  • Everything will be wrapped in namespace lib.
  • Every file will include only bits/stdc++.h.
  • Only cpp files allowed.

Template

// #include "<FILENAME>"
#include <bits/stdc++.h>

namespace lib {
  using namespace std;
}  // namespace lib

// end of #include "<FILENAME>"

About

My set of libraries for competitive programming. Designed to be importable and generically usable in competitions such as Codejam, Codeforces.

Resources

Stars

6 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors