Add line break after the Fibonacci series output
オープン
初心者向け
documentation
enhancement
good first issue
- 主要言語
- C++
- スター
- 1
- フォーク
- 5
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
After printing the Fibonacci series, the terminal cursor stays on the same line. Add endl or "\n" after the loop to improve output readability.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Find the file that prints the Fibonacci series, likely main.cpp or a similar source file. Locate the loop that outputs the series and add a newline character (endl or '\n') after it. Compile and run the program to verify the output appears on a new line.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 90/100