Skip to content

Gumin#20

Open
9mean wants to merge 4 commits intomasterfrom
gumin
Open

Gumin#20
9mean wants to merge 4 commits intomasterfrom
gumin

Conversation

@9mean
Copy link
Member

@9mean 9mean commented Mar 27, 2022

한문제만 풀리퀘요


def checkPrime(x):
cnt = 0
for i in range(2, x + 1):
Copy link
Member

Choose a reason for hiding this comment

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

Sqrt(n) 에라토스테네스체로 수정하면 더 좋을듯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants