Skip to content

Conversation

@Kuri174
Copy link
Contributor

@Kuri174 Kuri174 commented Oct 31, 2019

No description provided.

@Kuri174 Kuri174 added the completed 採点を要求 label Oct 31, 2019
return 0
import math
def lcm(a, b) :
return a * b // math.gcd(a, b)
Copy link
Contributor

Choose a reason for hiding this comment

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

すでに実装しているgcdを使ってみてください.

@uzimaru0000 uzimaru0000 added the improve [TA] 改善の余地あり label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

completed 採点を要求 improve [TA] 改善の余地あり

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants