ズンドコ by CMake
プログラミングとか良くわからない初心者なので、CMakeで書いてみました!
zd.cmake
set(kiyoshied false)
set(zun 0)
while(NOT kiyoshied)
string(RANDOM LENGTH 1 ALPHABET 01 number)
if(${number})
message("ズン")
math(EXPR zun "${zun}+1")
else()
message("ドコ")
if(${zun} EQUAL 4)
message("キ・ヨ・シ!")
set(kiyoshied true)
endif()
set(zun 0)
endif()
endwhile()
$ cmake -P zd.cmake
ズン
ドコ
ズン
ドコ
ドコ
ドコ
ドコ
ズン
ドコ
ドコ
ドコ
ズン
ズン
ズン
ズン
ドコ
キ・ヨ・シ!
Author And Source
この問題について(ズンドコ by CMake), 我々は、より多くの情報をここで見つけました https://qiita.com/shibukawa/items/4d8691b13eee9fcfc5a8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .