結果
問題 | No.600 かい文回 |
ユーザー | ciel |
提出日時 | 2017-11-25 15:25:20 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 94 bytes |
コンパイル時間 | 49 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-05-05 12:35:50 |
合計ジャッジ時間 | 5,360 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 88 ms
12,160 KB |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | AC | 89 ms
12,160 KB |
testcase_05 | AC | 90 ms
12,032 KB |
testcase_06 | AC | 89 ms
12,288 KB |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | AC | 88 ms
12,032 KB |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | AC | 89 ms
12,288 KB |
testcase_16 | WA | - |
testcase_17 | RE | - |
testcase_18 | WA | - |
testcase_19 | AC | 90 ms
12,416 KB |
testcase_20 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
r=[*?a..?z].each q=->n{n<8??z*n:(s=q[n/2];x=n%2<1?'':r.next;x+s[0]+s+s[0]+x)} $><<q[gets.to_i]