Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/lcm_normal.py #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

s1260208EikiMori
Copy link
Contributor

After use the Euclidean algorithm to calculate the greatest common divisor, caliculate LCM = (a * b) / GCD.

@s1260208EikiMori s1260208EikiMori added the completed 採点を要求 label Nov 21, 2019
@n04ln
Copy link
Contributor

n04ln commented Nov 21, 2019

GCD, @Kuri174 氏によって解決済みなのでこちらをimportして使えます👀
FYI: https://github.com/sccp2020/defective-project/blob/master/src/algorithm/gcd_normal.py

ファイルの頭の方で

from src.algorithm.gcd_normal import gcd 

のようにimportすればおそらく使えるはず (講義では僕がSolarisの日本語変換わからなくて雑英語で書いてましたけど無理に英語じゃなくて大丈夫ですよ)

@uzimaru0000 uzimaru0000 added the reject [TA] 修正する箇所ありなので修正してください :bow: label Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed 採点を要求 reject [TA] 修正する箇所ありなので修正してください :bow:
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants