結果
問題 | No.701 ひとりしりとり |
ユーザー | ldsyb |
提出日時 | 2018-06-15 23:15:50 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 368 bytes |
コンパイル時間 | 43 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,544 KB |
最終ジャッジ日時 | 2024-06-30 15:23:33 |
合計ジャッジ時間 | 2,642 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 94 ms
12,416 KB |
testcase_01 | AC | 89 ms
12,416 KB |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | AC | 88 ms
12,160 KB |
testcase_06 | WA | - |
testcase_07 | AC | 89 ms
12,416 KB |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
n=gets.to_i if n==1 puts 'n' exit end a=(0...26).map{|i|('a'.ord+i).chr*20} c='' i=rand(26) s=a[i] while s[19]=='n' i=random(26) s=a[i] end c=s[19] puts s a[i].next! (n-2).times{ i=c.ord-'a'.ord c=a[i][19] while c=='n' a[i].next! c=a[i][19] end puts a[i] a[i].next! } i=c.ord-'a'.ord c=a[i][19] while c!='n' a[i].next! c=a[i][19] end puts a[i]