8000 GitHub - hwoongkang/acmicpc: 백준 풀기 (Rust)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hwoongkang/acmicpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

백준 풀기

문제 새로 풀 때

$ python3 problem.py [problem_num] && cargo fmt

각 문제 테스팅

아직도 debugger를 잘 못 쓰기 때문에.. println!을 쓰고 싶을 때를 대비하여 항상 --nocapture 플래그 켜기

$ cargo test [problem_num] -- --nocapture

TODO?

한 백 문제 넘어가면 너무 복잡해질 것 같아서

src/problems/1000-2000/p01008.rs 이런 식으로 생성해볼지 생각중

About

백준 풀기 (Rust)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0