Skip to content

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

Notifications You must be signed in to change notification settings

rsalesc/cp-includes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •