Skip to content

Instantly share code, notes, and snippets.

@bsoo
Last active January 19, 2016 07:25
Show Gist options
  • Select an option

  • Save bsoo/bd361a7fe01fc6bff068 to your computer and use it in GitHub Desktop.

Select an option

Save bsoo/bd361a7fe01fc6bff068 to your computer and use it in GitHub Desktop.
問題1
for文を使用して下記の図形を出力してください
*
***
*****
*******
*****
***
*
問題2
1〜100までの整数の中から素数のみを出力してください
出力例)
2 3 5 7 11 13 17 ……
@evalphobia
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment