結果

問題 No.1469 programing
ユーザー yuruhiyayuruhiya
提出日時 2021-04-09 21:23:00
言語 Ruby
(3.3.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 48 bytes
コンパイル時間 45 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 380,160 KB
最終ジャッジ日時 2024-06-25 03:57:05
合計ジャッジ時間 7,342 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 86 ms
12,288 KB
testcase_01 AC 88 ms
12,288 KB
testcase_02 AC 87 ms
12,160 KB
testcase_03 AC 86 ms
12,160 KB
testcase_04 AC 88 ms
12,160 KB
testcase_05 AC 90 ms
12,288 KB
testcase_06 AC 90 ms
12,160 KB
testcase_07 AC 90 ms
12,160 KB
testcase_08 AC 163 ms
20,992 KB
testcase_09 AC 193 ms
21,632 KB
testcase_10 AC 184 ms
21,632 KB
testcase_11 AC 285 ms
30,848 KB
testcase_12 AC 233 ms
26,752 KB
testcase_13 AC 86 ms
12,160 KB
testcase_14 AC 341 ms
40,960 KB
testcase_15 AC 292 ms
38,400 KB
testcase_16 AC 411 ms
54,656 KB
testcase_17 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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