Skip to content

Instantly share code, notes, and snippets.

@YASAI03
Created April 28, 2017 08:56
Show Gist options
  • Save YASAI03/12ec9d7626630f738d2937cdb03a25b3 to your computer and use it in GitHub Desktop.
Save YASAI03/12ec9d7626630f738d2937cdb03a25b3 to your computer and use it in GitHub Desktop.
for文を使って九九を列挙してもらいます。
出力例を示します。
1x1 = 1
1x2 = 2
...
9x9 = 81
のように出力してください。
かけるの記号は小文字のエックス"x"を使用してください。
ヒント
for(){
for(){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment