結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 AC 88 ms
12,032 KB
testcase_02 AC 87 ms
12,160 KB
testcase_03 AC 87 ms
12,288 KB
testcase_04 AC 87 ms
12,032 KB
testcase_05 RE -
testcase_06 AC 87 ms
12,160 KB
testcase_07 AC 87 ms
12,160 KB
testcase_08 AC 86 ms
12,160 KB
testcase_09 AC 85 ms
12,160 KB
testcase_10 AC 87 ms
12,032 KB
testcase_11 AC 85 ms
12,160 KB
testcase_12 AC 86 ms
12,288 KB
testcase_13 AC 87 ms
12,288 KB
testcase_14 AC 173 ms
18,048 KB
testcase_15 AC 235 ms
23,936 KB
testcase_16 AC 142 ms
16,256 KB
testcase_17 AC 87 ms
12,032 KB
testcase_18 AC 153 ms
17,408 KB
testcase_19 AC 179 ms
19,840 KB
testcase_20 AC 230 ms
23,936 KB
testcase_21 AC 173 ms
18,176 KB
testcase_22 AC 109 ms
13,568 KB
testcase_23 AC 212 ms
21,760 KB
testcase_24 AC 120 ms
13,952 KB
testcase_25 AC 163 ms
18,176 KB
testcase_26 AC 223 ms
23,424 KB
testcase_27 AC 182 ms
20,480 KB
testcase_28 AC 184 ms
20,096 KB
testcase_29 AC 236 ms
23,936 KB
testcase_30 AC 92 ms
12,160 KB
testcase_31 AC 88 ms
12,288 KB
testcase_32 AC 163 ms
17,408 KB
testcase_33 AC 155 ms
17,280 KB
testcase_34 AC 137 ms
15,872 KB
testcase_35 AC 208 ms
20,992 KB
testcase_36 AC 91 ms
12,416 KB
testcase_37 AC 173 ms
19,200 KB
testcase_38 AC 156 ms
17,536 KB
testcase_39 AC 107 ms
13,184 KB
testcase_40 AC 221 ms
23,168 KB
testcase_41 AC 123 ms
14,464 KB
testcase_42 AC 203 ms
21,760 KB
testcase_43 AC 144 ms
16,384 KB
testcase_44 AC 195 ms
20,864 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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