Skip to content

提出#190

Open
rose539 wants to merge 2 commits intoalgd2022:mainfrom
rose539:main
Open

提出#190
rose539 wants to merge 2 commits intoalgd2022:mainfrom
rose539:main

Conversation

@rose539
Copy link
Copy Markdown

@rose539 rose539 commented Jun 21, 2022

No description provided.

src/gcd.c Outdated

unsigned int Euclidean_gcd_rec(unsigned int x, unsigned int y){
if (x == 0) return y;
return x % y;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

間違えてます.

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