Skip to content

kitpaorg/IT-Contest-2-Algorithm

Repository files navigation

IT-Contest-2-Algorithm

언어별 시간제한

  • C, C++ = 기본시간제한
  • Python = 기본시간제한 * 2 + 1
  • Java = 기본시간제한 * 2

예비소집 1번

  • 제1회 청소년 IT경시대회 초1, 중1 문제와 동일

예비소집 2번

  • 시간제한: 1초
  • 메모리제한: 1024MB
  • 출제자: martinok1103
  • 경로: pb_auditorium-rent
  • 지문: pb_auditorium-rent/statements/problem.tex
  • 데이터: pb_auditorium-rent/tests/*

초등 1번, 중등 1번

  • 제목: 게임말 올려놓기
  • 시간제한: 1초
  • 메모리제한: 1024MB
  • 출제자: ai4youej
  • 경로: a_grid-counting
  • 밸리데이터: a_grid-counting/files/validator.cpp
  • 지문: a_grid-counting/statements/korean/problem.tex
  • 지문 그림: a_grid-counting/statements/korean/grid.png
  • 데이터: a_grid-counting/tests/*

초등 3번, 중등 2번

  • 제목: 트리 불 끄기
  • 시간제한: 2초
  • 메모리제한: 512MB
  • 출제자: hjroh0315
  • 경로: c_tree-powersaving
  • 스페셜 저지: c_tree-powersaving/files/chkr.cpp
  • 밸리데이터: c_tree-powersaving/files/vald.cpp
  • 지문: c_tree-powersaving/statements/korean/problem.tex
    • 중요: Notes 문단은 BOJ의 1번 예제 설명 문단에 해당합니다.
  • 데이터: c_tree-powersaving/tests/*

초등 2번

  • 제목: 즐거운 회의
  • 시간제한: 1초
  • 메모리제한: 1024MB
  • 출제자: kiwiyou
  • 경로: d_fun-meeting
  • 밸리데이터: d_fun-meeting/files/validator.cpp
  • 지문: d_fun-meeting/statements/korean/problem.tex
  • 데이터: d_fun-meeting/tests/*

중등 3번, 고등 2번

  • 제목: 리스트 가상화
  • 시간제한: 5초
  • 메모리제한: 1024MB
  • 출제자: kiwiyou
  • 경로: e_list-virtualization
  • 밸리데이터: e_list-virtualization/files/validator.cpp
  • 지문: e_list-virtualization/statements/korean/problem.tex
  • 데이터: e_list-virtualization/tests/*

고등 3번

  • 제목: 캐시 메모리 정하기
  • 시간제한: 2초
  • 메모리제한: 1024MB
  • 출제자: ai4youej, flappybird
  • 경로: f_cache-select
  • 밸리데이터: f_cache-select/files/validator.cpp
  • 지문: f_cache-select/statements/korean/problem.tex
  • 데이터: f_cache-select/tests/*