Skip to content

Kiterai/compro-template-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive-Programming Environment Template (v2)

prerequisites

  • VSCode
  • g++-12

how to use

  1. clone this repo
  2. open the directory by VSCode
  3. throw in some template codes into snippet directory as you like
  4. run the task snippet update
  5. now you're ready to write code in main.cpp and can execute/debug it by F5

how to compare test

  1. write another code in main2.cpp
  2. write gencase() in generator.cpp
  3. run task compare test

how to validation test

  1. write validation() in validator.cpp
  2. write gencase() in generator.cpp
  3. run task validation test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages