Skip to content

5章の練習問題#9

Merged
comavius merged 12 commits into
mainfrom
chapter-5_practice
May 7, 2024
Merged

5章の練習問題#9
comavius merged 12 commits into
mainfrom
chapter-5_practice

Conversation

@comavius

Copy link
Copy Markdown
Member

No description provided.

@comavius comavius requested a review from Takeno-hito April 19, 2024 01:39

@Takeno-hito Takeno-hito left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2点お願いします

@@ -0,0 +1,57 @@
# Divide each difficulty
以下は$n \leq 7$を受け取って、$n \times n$の行列$a_{i,j}=Fibonatti_{ij}$を出力する以下のプログラムについて、フィボナッチ数列の解を求める部分を別の関数`int fibonatti(int index);`に分離してみよう。

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

日本語が壊れてるかも? 出力をするプログラムです。フィボナッチ数列を…、とか

@@ -0,0 +1,82 @@
# Exponentation

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

申し訳ないけど section8 に動かしましょう、、

Takeno-hito
Takeno-hito previously approved these changes Apr 30, 2024
#include <iostream>
using namespace std;

int fibonatti(int index) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hint で 35-41 を隠しただけのものを用意してもいいかも

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

追加しました

@Takeno-hito Takeno-hito self-requested a review April 30, 2024 01:38
@Takeno-hito

Copy link
Copy Markdown
Member

あ、まってごめん 1個だけお願い

@Takeno-hito Takeno-hito left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@comavius comavius merged commit 5d02a42 into main May 7, 2024
@comavius comavius deleted the chapter-5_practice branch May 7, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants