Skip to content

Commit a664e56

Browse files
committed
[level 0] Title: 몫 구하기, Time: 0.06 ms, Memory: 33.5 MB -BaekjoonHub
1 parent d06fb88 commit a664e56

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

프로그래머스/0/120805. 몫 구하기/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# [level 0] 몫 구하기 - 120805
22

3-
[문제 링크](https://school.programmers.co.kr/learn/courses/30/lessons/120805?language=java)
3+
[문제 링크](https://school.programmers.co.kr/learn/courses/30/lessons/120805?language=javascript)
44

55
### 성능 요약
66

7-
메모리: 83 MB, 시간: 0.02 ms
7+
메모리: 33.5 MB, 시간: 0.06 ms
88

99
### 구분
1010

@@ -16,7 +16,7 @@
1616

1717
### 제출 일자
1818

19-
2025년 01월 14일 10:20:19
19+
2025년 05월 09일 14:27:37
2020

2121
### 문제 설명
2222

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const solution = (x,y) => Math.floor(x/y)

0 commit comments

Comments
 (0)