Skip to content

DhruvSharma-845/codeforces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 

Repository files navigation

Codeforces solutions

How to build solutions in c++ on linux/mac

1. Go inside the directory `cpp`
2. Use c++14 compliant compiler and run the compilation command: `g++ -std=c++14  <filename>`
3. Run the executable `./a.out`
4. Give the inputs on command line in the same format as codeforces' examples

About

Solutions for the problems of code forces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 64.0%
  • Java 35.6%
  • CMake 0.4%