結果

問題 No.1335 1337
ユーザー TomoTomo
提出日時 2021-01-15 22:07:44
言語 Ruby
(3.3.0)
結果
AC  
実行時間 81 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 134 ms
コンパイル使用メモリ 11,460 KB
実行使用メモリ 15,320 KB
最終ジャッジ日時 2023-08-17 17:17:41
合計ジャッジ時間 2,476 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
15,248 KB
testcase_01 AC 79 ms
15,292 KB
testcase_02 AC 79 ms
15,136 KB
testcase_03 AC 78 ms
15,096 KB
testcase_04 AC 77 ms
15,028 KB
testcase_05 AC 79 ms
15,140 KB
testcase_06 AC 80 ms
15,140 KB
testcase_07 AC 80 ms
15,140 KB
testcase_08 AC 79 ms
15,140 KB
testcase_09 AC 79 ms
15,004 KB
testcase_10 AC 79 ms
15,280 KB
testcase_11 AC 79 ms
15,144 KB
testcase_12 AC 78 ms
15,072 KB
testcase_13 AC 78 ms
15,240 KB
testcase_14 AC 79 ms
15,320 KB
testcase_15 AC 78 ms
15,172 KB
testcase_16 AC 78 ms
15,144 KB
testcase_17 AC 79 ms
15,164 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts $<.inject{|s,r|r.tr "0-9",s}
0