結果

問題 No.933 おまわりさんこいつです
ユーザー DrqYutoDrqYuto
提出日時 2019-11-30 23:54:22
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 122 bytes
コンパイル時間 109 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 108,352 KB
最終ジャッジ日時 2024-11-21 03:44:59
合計ジャッジ時間 11,298 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
17,664 KB
testcase_01 AC 90 ms
19,360 KB
testcase_02 AC 88 ms
17,408 KB
testcase_03 AC 91 ms
12,032 KB
testcase_04 AC 87 ms
12,288 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 89 ms
12,160 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 154 ms
32,640 KB
testcase_18 AC 93 ms
12,288 KB
testcase_19 AC 335 ms
100,916 KB
testcase_20 WA -
testcase_21 AC 91 ms
12,160 KB
testcase_22 WA -
testcase_23 TLE -
testcase_24 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets;a=gets.split.map(&:to_i).inject(:*)
b=a.to_s.chars.map(&:to_i).sum
p b.to_s.chars.map(&:to_i).sum if b.to_s.size >= 1
0