Skip to content

Latest commit

 

History

History
50 lines (47 loc) · 903 Bytes

File metadata and controls

50 lines (47 loc) · 903 Bytes

algorithm_Example

알고리즘 업로드 형식 예제

config.json 정보
{
    "problem_title": {문제 제목},
    "problem_name": {관리용 문제 제목}(관리자만 보기 가능),
    "time_limit": {단위:초},
    "memory_limit": {단위:MB}
}

description.md 정보
{문제 지문}

파일구조

algorithm
├─a_a_plus_b
│  │  config.json
│  │  description.md
│  │  
│  ├─subtask1
│  │      1.in
│  │      1.out
│  │      2.in
│  │      2.out
│  │      score.txt
│  │      
│  ├─subtask2
│  │      1.in
│  │      1.out
│  │      score.txt
│  │      
│  └─subtask3
│          1.in
│          1.out
│          score.txt
│          
└─b_example_directory
    │  config.json
    │  description.md
    │  
    └─subtask1
            1.in
            1.out
            score.txt