Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b56f7ee

Browse files
conflict file update
1 parent 52ada74 commit b56f7ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎level-1/히샤드-수.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function solution(x) {
2222
}
2323
// x가 각 자릿수의 합으로 나누어떨어지는지 여부 반환
2424
return x % sum_of_digits == 0;
25+
<<<<<<< HEAD
2526
}
2627

2728
//정답 3 - jaewon1676
@@ -35,3 +36,6 @@ function solution(x) {
3536

3637
return (x % sum == 0) ? true : false; // 자릿수의 합으로 x가 나누어지면 하샤드 수
3738
}
39+
=======
40+
}
41+
>>>>>>> f3acd4e (Update 히샤드-.js)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /