載入中......

關於我

hi~我是LNSTW

看貓貓aa

              _ _
           />   フ
      |  O O|
     /` ミ_Aノ
     /      |
    /   ヽ   ノ
    │   | | |
 / ̄|   | | |
 | ( ̄ヽ_ヽ)_)\_\_)
 \二つ

我的朋友

一定不是被臭卓強迫

大桌桌  他的臭臭blog

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Elements

i = 0;
while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';