Skip to content

Commit

Permalink
[docs] fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
minjae9610 committed Aug 12, 2023
1 parent eec0007 commit 58d0035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seoul_21_minjaekim/Softeer/HSAT_7th/1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ n대의 자동차에 대한 연비의 정보와 `q`개의 `m`값이 주어진다
- C++ : 2초
- Python : 2초

# 입력 형식
## 입력 형식

- 첫 번째 줄에 `n`, `q`가 주어진다.
- 두 번째 줄에 `n`개의 자동차의 연비에 해당하는 값이 공백을 사이에 두고 주어진다.
- 세 번째 줄부터 `q`개의 줄에 걸쳐 각 줄에 `m`값이 주어진다.

# 출력 형식
## 출력 형식

`q`개의 줄에 걸쳐 각 줄에 `m`값이 중앙값이 될 수 있는 서로 다른 경우의 수를 출력한다.

Expand Down

0 comments on commit 58d0035

Please sign in to comment.