Google-Developer-Student-Club-CCOEW / Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑‍🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9 stars 69 forks source link

Trailing Zeroes #139

Open suryaprakashpandey opened 1 year ago

suryaprakashpandey commented 1 year ago

Write code in the preferred language and attach output with it.

Your task is to calculate the number of trailing zeros in the factorial n!.

For example, 20! = 2432902008176640000 and it has 4 trailing zeros.

Input The only input line has an integer n.

Output Print the number of trailing zeros in n!.

Example:

Input: 20 Output: 4

vivekPatil45 commented 1 year ago

assign this issue to me

Harikaran1729 commented 1 year ago

Hello @suryaprakashpandey... Can you please assign this issue this to me? I am new to opensource and I wish to contribute to this issue... I am beginner in C programming... Thank you!!

vaishnavim141003 commented 11 months ago

I would like to work on this issue using python language -Vaishnavi Mahajan. Cummins college of engineering.(SY) Can you please assign this issue to me .

resilient-maximus commented 11 months ago

@suryaprakashpandey I would like to solve this issue in java

Pankaj4152 commented 11 months ago

Can you please assign this issue to me for python based solution?