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 | |
2:counted! | |
3:counted! | |
4 | |
5:counted! | |
6 | |
7:counted! | |
8 | |
9 | |
10 |
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
def MaxNumber = 100 | |
def NotPrime = [] | |
(1..MaxNumber).each { | |
print it | |
if ((it >1) && (NotPrime[it] != 1 )) { | |
for (def num = it * 2; num <= MaxNumber; num+= it) { | |
NotPrime[num] = 1 | |
} | |
println ":counted!" |
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
利用条件とアップルのプライバシーポリシー | |
新しい「アプリケーション内定期購読」に関する項目が利用条件に追加されました。アプリケーション内定期購読の自動更新方法、自動更新を管理およびオフにする方法、およびアイチューンズがお客様にライセンサーに対する個人情報のご提供をお願いする場合のあること(お客様がお断りになった場合も、購入には影響しません)について説明しています。 | |
iTunes Store | |
サービス規約 | |
A. ITUNES STORE、MAC APP STORE、APP STOREおよびIBOOKSTORE販売規約 | |
B. ITUNES STORE利用条件 | |
C. MAC APP STORE、APP STOREおよびIBOOKSTORE利用条件 | |
D. プライバシーポリシー | |
以下は、お客様のiTunes Store、Mac App Store、App Store、ならびにiBookStoreのご利用を規定する各規約です。これらの条件に同意する場合は「同意する」をクリックしてください。これらの条件に同意しない場合は、「同意する」をクリックせず、本サービスをご利用にならないでください。 |
NewerOlder