結果

問題 No.1336 Union on Blackboard
ユーザー yuruhiyayuruhiya
提出日時 2021-01-15 22:05:22
言語 Ruby
(3.3.0)
結果
AC  
実行時間 118 ms / 2,000 ms
コード長 67 bytes
コンパイル時間 84 ms
コンパイル使用メモリ 11,284 KB
実行使用メモリ 18,088 KB
最終ジャッジ日時 2023-08-17 17:13:55
合計ジャッジ時間 4,979 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
15,252 KB
testcase_01 AC 104 ms
16,988 KB
testcase_02 AC 99 ms
16,920 KB
testcase_03 AC 99 ms
17,112 KB
testcase_04 AC 99 ms
16,904 KB
testcase_05 AC 101 ms
16,696 KB
testcase_06 AC 98 ms
17,292 KB
testcase_07 AC 98 ms
16,708 KB
testcase_08 AC 99 ms
17,068 KB
testcase_09 AC 99 ms
17,020 KB
testcase_10 AC 115 ms
17,996 KB
testcase_11 AC 113 ms
17,848 KB
testcase_12 AC 114 ms
17,776 KB
testcase_13 AC 112 ms
18,044 KB
testcase_14 AC 114 ms
17,796 KB
testcase_15 AC 114 ms
17,784 KB
testcase_16 AC 115 ms
17,724 KB
testcase_17 AC 115 ms
17,960 KB
testcase_18 AC 112 ms
17,732 KB
testcase_19 AC 113 ms
17,796 KB
testcase_20 AC 112 ms
17,772 KB
testcase_21 AC 113 ms
17,812 KB
testcase_22 AC 116 ms
17,740 KB
testcase_23 AC 116 ms
17,864 KB
testcase_24 AC 113 ms
17,736 KB
testcase_25 AC 116 ms
17,964 KB
testcase_26 AC 110 ms
17,984 KB
testcase_27 AC 115 ms
17,944 KB
testcase_28 AC 113 ms
18,088 KB
testcase_29 AC 118 ms
17,856 KB
testcase_30 AC 84 ms
15,016 KB
testcase_31 AC 84 ms
15,432 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
$<.map{p eval(gets.gsub(/\d+/,'-~\&').tr(' ',?*))%(10**9+7)-1}
0