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

Find HCF #31

Open
akshitagupta15june opened this issue Sep 25, 2020 · 6 comments
Open

Find HCF #31

akshitagupta15june opened this issue Sep 25, 2020 · 6 comments

Comments

@akshitagupta15june
Copy link
Member

Given N positive numbers, your task is to calculate their HCF.
Input Format

First line of input contains a single integer N, second line contains N space separated positive integers whose HCF is to be computed.
Constraints

N <= 10 and all the numbers lie between 1 and 100.
Output Format

Print HCF of N numbers.
Sample Input

3
2 4 6

Sample Output

2

@akshitagupta15june
Copy link
Member Author

Add in maths folder

@shiv-ani-singh
Copy link

Can you assign this to me?

@jabbar86
Copy link

@akshitagupta15june assign to me I will work on this.Thanks

@souraexx
Copy link

If its not already assigned, then can you assign it to me please? Thanks.

@Jayanth20
Copy link
Contributor

@akshitagupta15june Could you please assign this to me if not assigned already!!

@arimtiaz
Copy link

arimtiaz commented Oct 1, 2022

Can I start on this?

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

No branches or pull requests

6 participants