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

9th Oct : Write a Function in C++ to achieve below functionality #1876

Open
vibrantachintya opened this issue Oct 9, 2021 · 15 comments · May be fixed by #1936
Open

9th Oct : Write a Function in C++ to achieve below functionality #1876

vibrantachintya opened this issue Oct 9, 2021 · 15 comments · May be fixed by #1936
Labels
c++ good first issue Good for newcomers

Comments

@vibrantachintya
Copy link
Contributor

This issue is part of Tathastu OpenFest. Make 3 PRs in 9th-10th Oct and win a certificate of Tathastu OpenFest 2021.

GCD of Factorials

Add following functionalities to it :

  • You are given two number a and b, you have to print the GCD of the factorials of these two numbers.
  • Print the number on the basis of sample I/O provided below.

Sample Input :
5 120

Sample Output :
120

  • No need to wait for getting assigned, you can go ahead attempt the issues and raise a PR by 12 Noon 9th Oct.

How to name your file?

  • Go to folder : "/C++/2021/"
  • Take today's date, i.e. 9thOct
  • Take your GitHUB username id like "hrithik339", "hacker-boy", etc or anything which you have.
  • File extension = ".cpp" in this issue.

Combine all 3 to get your file name : Date + "_" + Username + File Extension, ex. "9thOct_hrithik339.cpp". Create this file in above mentioned folder only "/C++/2021/".

This will ensure no file will be conflict and any number of contributors can work on the same issue.

If you have any query ask in comments below, kindly follow this pattern strictly.

You can join our Whatsapp group to get instant support : Link to Whatsapp Group

@vibrantachintya vibrantachintya added good first issue Good for newcomers c++ labels Oct 9, 2021
@NIKHILBz
Copy link
Contributor

NIKHILBz commented Oct 9, 2021

Sir please assign me this. I'll fix this.:)

@vibrantachintya
Copy link
Contributor Author

No need to wait for getting assigned, you can go ahead attempt the issues!

@ssachis
Copy link
Contributor

ssachis commented Oct 9, 2021

why is the sample output 120 here ,shouldn't it be 5?

@vibrantachintya
Copy link
Contributor Author

@ssachis think why!

@AnshuPathak-88825
Copy link
Contributor

@vibrantachintya solved GCD of Factorials pls merge it

@ssachis
Copy link
Contributor

ssachis commented Oct 9, 2021

@vibrantachintya gcd of fact of 5 and 120 is 5 and fact of 5 would be 120 but we have to print gcd of fact not fact of gcd of fact acc to ques?

@rishavsolanki20
Copy link

Sir may you please assign me this issue. Thanks!!!

@arpit7568
Copy link
Contributor

Sir please assign this issue to me, i want to contribute in it.

@danish-p7
Copy link

when the next question will come?

@thetarandhiman thetarandhiman linked a pull request Oct 12, 2021 that will close this issue
@viku-tiwary
Copy link

Please assign to me it's my first request

1 similar comment
@affanrahman0
Copy link

Please assign to me it's my first request

@Suman56782000
Copy link

Sir please assign it to me.

@sauravrishu9810
Copy link

I know the issues and i want to contribute to it
Thank you

@dip14-j
Copy link

dip14-j commented Oct 28, 2021

Contribute directly don't we wait for assign.

@dip14-j
Copy link

dip14-j commented Oct 10, 2022

Assign this to me i would like to work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.