JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

Find HCF

Open akshitagupta15june opened this issue 4 years ago • 6 comments

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 avatar Sep 25 '20 14:09 akshitagupta15june

Add in maths folder

akshitagupta15june avatar Sep 25 '20 14:09 akshitagupta15june

Can you assign this to me?

shiv-ani-singh avatar Sep 26 '20 07:09 shiv-ani-singh

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

jabbar86 avatar Sep 29 '20 18:09 jabbar86

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

souraexx avatar Sep 29 '20 19:09 souraexx

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

Jayanth20 avatar Oct 04 '20 11:10 Jayanth20

Can I start on this?

arimtiaz avatar Oct 01 '22 16:10 arimtiaz