結果

問題 No.1469 programing
ユーザー yuruhiyayuruhiya
提出日時 2021-04-09 21:23:00
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,987 ms / 3,000 ms
コード長 48 bytes
コンパイル時間 410 ms
コンパイル使用メモリ 11,424 KB
実行使用メモリ 429,768 KB
最終ジャッジ日時 2023-09-07 09:40:15
合計ジャッジ時間 7,763 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
15,296 KB
testcase_01 AC 79 ms
15,284 KB
testcase_02 AC 79 ms
15,140 KB
testcase_03 AC 81 ms
15,288 KB
testcase_04 AC 81 ms
15,168 KB
testcase_05 AC 82 ms
15,072 KB
testcase_06 AC 83 ms
15,176 KB
testcase_07 AC 82 ms
15,164 KB
testcase_08 AC 156 ms
23,400 KB
testcase_09 AC 174 ms
27,172 KB
testcase_10 AC 167 ms
26,440 KB
testcase_11 AC 253 ms
34,808 KB
testcase_12 AC 209 ms
29,332 KB
testcase_13 AC 80 ms
15,140 KB
testcase_14 AC 308 ms
39,312 KB
testcase_15 AC 252 ms
37,924 KB
testcase_16 AC 392 ms
56,276 KB
testcase_17 AC 2,987 ms
429,768 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.chars.chunk { _1 }.map { _1[0] }.join
0