Last active
January 19, 2016 07:25
-
-
Save bsoo/bd361a7fe01fc6bff068 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 問題1 | |
| for文を使用して下記の図形を出力してください | |
| * | |
| *** | |
| ***** | |
| ******* | |
| ***** | |
| *** | |
| * | |
| 問題2 | |
| 1〜100までの整数の中から素数のみを出力してください | |
| 出力例) | |
| 2 3 5 7 11 13 17 …… | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
問題 2のテストコード
https://gist.github.com/evalphobia/3af985a23cfe35966ed7