Skip to content

A collection of my submissions for AtCoder contest problems.

License

Notifications You must be signed in to change notification settings

jdeokkim/atc-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

주의 사항

  • 한 문제당 20 ~ 30분 정도 생각해보고 모르겠으면 바로 해설지의 풀이 과정을 꼼꼼하게 읽고 이해한 다음, 코드 직접 짜보기
  • 해설지를 안 보고 문제를 풀었더라도 해설지를 읽어보며 또다른 풀이 과정이나 더 효율적인 방법이 있는지 꼭 확인하기
$ valgrind --tool=memcheck --leak-check=full --show-reachable=yes ./bin/main.out

참고 자료