結果

問題 No.321 (P,Q)-サンタと街の子供たち
ユーザー angel_p_57angel_p_57
提出日時 2015-12-14 12:08:52
言語 Ruby
(3.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 131 bytes
コンパイル時間 277 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 23,936 KB
最終ジャッジ日時 2024-09-15 12:24:44
合計ジャッジ時間 8,248 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 88 ms
12,160 KB
testcase_02 AC 88 ms
12,032 KB
testcase_03 AC 88 ms
12,160 KB
testcase_04 AC 88 ms
12,160 KB
testcase_05 AC 87 ms
12,288 KB
testcase_06 AC 89 ms
12,288 KB
testcase_07 AC 89 ms
12,288 KB
testcase_08 AC 91 ms
12,032 KB
testcase_09 AC 89 ms
12,288 KB
testcase_10 AC 87 ms
12,160 KB
testcase_11 AC 87 ms
12,032 KB
testcase_12 AC 87 ms
12,032 KB
testcase_13 AC 89 ms
12,160 KB
testcase_14 AC 179 ms
17,920 KB
testcase_15 AC 243 ms
23,936 KB
testcase_16 AC 143 ms
16,256 KB
testcase_17 AC 88 ms
12,032 KB
testcase_18 AC 156 ms
17,280 KB
testcase_19 AC 180 ms
19,840 KB
testcase_20 AC 231 ms
23,808 KB
testcase_21 AC 172 ms
18,176 KB
testcase_22 AC 113 ms
13,312 KB
testcase_23 AC 215 ms
22,016 KB
testcase_24 AC 121 ms
14,080 KB
testcase_25 AC 164 ms
18,176 KB
testcase_26 AC 225 ms
23,424 KB
testcase_27 AC 191 ms
20,864 KB
testcase_28 AC 186 ms
20,352 KB
testcase_29 AC 242 ms
23,808 KB
testcase_30 AC 93 ms
12,032 KB
testcase_31 AC 87 ms
12,288 KB
testcase_32 AC 160 ms
17,664 KB
testcase_33 AC 158 ms
17,408 KB
testcase_34 AC 136 ms
15,744 KB
testcase_35 AC 202 ms
21,120 KB
testcase_36 AC 90 ms
12,416 KB
testcase_37 AC 173 ms
19,200 KB
testcase_38 AC 160 ms
17,280 KB
testcase_39 AC 111 ms
13,056 KB
testcase_40 AC 225 ms
23,168 KB
testcase_41 AC 125 ms
14,336 KB
testcase_42 AC 204 ms
21,760 KB
testcase_43 AC 141 ms
16,256 KB
testcase_44 AC 193 ms
20,864 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

c,g=p~-$<.read.split(?\n).count{|s|x,y=s.split.map &:to_i;g ?y&&g>0&&x%g<1&&y%g<1&&(x-y)*c/g%2<1:(g=x.gcd y;c=g<1?2:x*y/g/g%2)}+c/2
0