8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9935ba7 commit f2ca23fCopy full SHA for f2ca23f
level-2/숫자의-표현.js
@@ -16,7 +16,6 @@ function solution(n) { //수학적 풀이는 별도로 하지 않았습니다.
16
return answer;
17
}
18
19
-//완벽한 정답이 아닙니다.
20
//정답 2 - prove-ability
21
function solution(n) {
22
let answer = 0;
0 commit comments