Skip to content

Conversation

yongchanson
Copy link
Contributor

No description provided.

Copy link
Owner

@codeisneverodd codeisneverodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋은 코드 잘 보았습니다! 고생하셨습니다 👍

var answer = 0;
let i;
for (i = 1; i <= Math.sqrt(n); i++) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저는 1~n의 범위로 했었는데, 이렇게 하는게 더 비용이 적게 들겠네요! 배워갑니다 😄

@codeisneverodd codeisneverodd merged commit 3ee792b into codeisneverodd:main Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants