Skip to content

Conversation

@rose539
Copy link

@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;

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