Skip to content

Solutions for Competitive Programming Problems

Notifications You must be signed in to change notification settings

whwjiang/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here lies Squidward's hopes and dreams

Usage

Use the prepare script to generate boilerplate for problems from various online judges.

Supported OJ

  • Codeforces
  • CSES
  • USACO
  • IOI
  • NOI

This represents a majority of problems discussed in usaco.guide, so I haven't expanded it to any other online judges.

Example

./prepare cses bit_inversions

Using the prepare script with ioi or cses will read from stdin and print to stdout. Using the prepare script with usaco will call freopen on cin with the problem name. Use this for the filename given in the "input format" section of the USACO problem statement.

About

Solutions for Competitive Programming Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors