Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

"Factorial Calculator" Challenge

オープン
#11 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
c
領域
cli

調査の方向性

まず、リポジトリに既存する基本的な C プログラムと、それらをコンパイルおよび実行するためのリポジトリの規約を確認します。正の整数を受け取り、0 と 1 を処理し、説明されているとおり大きな入力に対応する階乗計算プログラムを C プログラムとして追加します。代表的な入力をコンパイルして実行し、プログラムを検証します。この issue では特定のファイルやテストは指定されていません。

索引モデルが issue の本文から書いたものです。

説明

good first issue hacktoberfest

🌟 Hello Coding Enthusiasts!

Challenge: Develop a C program that calculates the factorial of a given positive integer. The factorial of a number ( n ) (denoted as ( n! )) is the product of all positive integers from 1 to ( n ). This task will strengthen your understanding of loops and basic arithmetic operations.

Instructions:

  1. Fork this repository.
  2. Create a new branch.
  3. Write a C program that takes a positive integer input from the user and calculates its factorial.
  4. Ensure the program handles edge cases (like factorial of 0 or 1) and large inputs gracefully.
  5. Commit your changes and submit a pull request.

Bonus: Implement the factorial calculation using both iterative and recursive methods and compare their efficiency.

Happy Coding! 🚀

Note: This beginner-friendly issue is an excellent opportunity to practice loops and basic arithmetic operations in C!

主要言語
C
スター
0
フォーク
4
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

KALIIOWORK/basic_c_programs のほかの issue

KALIIOWORK/basic_c_programs の issue をすべて見る

似ている issue

C の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。