結果

問題 No.933 おまわりさんこいつです
ユーザー kotatsugamekotatsugame
提出日時 2019-11-29 21:53:07
言語 Ruby
(3.3.0)
結果
TLE  
実行時間 -
コード長 53 bytes
コンパイル時間 87 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 108,296 KB
最終ジャッジ日時 2024-11-20 21:58:34
合計ジャッジ時間 10,717 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 97 ms
17,280 KB
testcase_01 AC 89 ms
95,324 KB
testcase_02 AC 91 ms
17,408 KB
testcase_03 AC 89 ms
12,160 KB
testcase_04 AC 91 ms
12,160 KB
testcase_05 AC 90 ms
12,288 KB
testcase_06 AC 91 ms
12,160 KB
testcase_07 AC 92 ms
12,288 KB
testcase_08 AC 89 ms
12,288 KB
testcase_09 AC 91 ms
12,160 KB
testcase_10 AC 90 ms
12,288 KB
testcase_11 AC 89 ms
12,288 KB
testcase_12 AC 91 ms
12,288 KB
testcase_13 AC 102 ms
20,864 KB
testcase_14 AC 116 ms
31,232 KB
testcase_15 AC 189 ms
79,872 KB
testcase_16 AC 718 ms
95,968 KB
testcase_17 AC 152 ms
32,896 KB
testcase_18 AC 92 ms
12,160 KB
testcase_19 AC 328 ms
96,004 KB
testcase_20 AC 646 ms
108,296 KB
testcase_21 AC 89 ms
12,160 KB
testcase_22 AC 90 ms
12,160 KB
testcase_23 TLE -
testcase_24 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

x=`sed 1d`.split.map(&:to_i).reduce:*;p x>8?~-x%9+1:x
0