結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 89 ms
12,032 KB
testcase_02 AC 90 ms
12,032 KB
testcase_03 AC 90 ms
12,160 KB
testcase_04 AC 90 ms
12,160 KB
testcase_05 WA -
testcase_06 AC 88 ms
12,288 KB
testcase_07 AC 89 ms
12,160 KB
testcase_08 AC 90 ms
12,288 KB
testcase_09 AC 90 ms
12,288 KB
testcase_10 AC 90 ms
12,288 KB
testcase_11 AC 90 ms
12,032 KB
testcase_12 AC 90 ms
12,160 KB
testcase_13 AC 89 ms
12,032 KB
testcase_14 AC 179 ms
18,048 KB
testcase_15 AC 244 ms
23,808 KB
testcase_16 AC 145 ms
16,128 KB
testcase_17 AC 89 ms
12,160 KB
testcase_18 AC 163 ms
17,280 KB
testcase_19 AC 182 ms
19,840 KB
testcase_20 AC 234 ms
23,552 KB
testcase_21 AC 174 ms
18,176 KB
testcase_22 AC 112 ms
13,440 KB
testcase_23 AC 219 ms
21,760 KB
testcase_24 AC 121 ms
13,824 KB
testcase_25 AC 166 ms
18,048 KB
testcase_26 AC 231 ms
23,424 KB
testcase_27 AC 191 ms
20,480 KB
testcase_28 AC 190 ms
20,224 KB
testcase_29 AC 243 ms
23,936 KB
testcase_30 AC 93 ms
12,160 KB
testcase_31 AC 92 ms
12,160 KB
testcase_32 AC 165 ms
17,536 KB
testcase_33 AC 160 ms
17,280 KB
testcase_34 AC 140 ms
15,872 KB
testcase_35 AC 206 ms
21,248 KB
testcase_36 AC 91 ms
12,288 KB
testcase_37 AC 175 ms
19,200 KB
testcase_38 AC 160 ms
17,280 KB
testcase_39 AC 111 ms
13,184 KB
testcase_40 AC 230 ms
23,168 KB
testcase_41 AC 125 ms
14,208 KB
testcase_42 AC 209 ms
22,144 KB
testcase_43 AC 147 ms
16,256 KB
testcase_44 AC 196 ms
20,608 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:(c=x*y/g/g%2if 0<g=x.gcd(y))}
0