結果

問題 No.201 yukicoderじゃんけん
ユーザー tailstails
提出日時 2015-05-03 23:25:42
言語 Perl
(5.38.0)
結果
AC  
実行時間 43 ms / 5,000 ms
コード長 101 bytes
コンパイル時間 566 ms
コンパイル使用メモリ 11,376 KB
実行使用メモリ 11,644 KB
最終ジャッジ日時 2023-09-19 03:53:31
合計ジャッジ時間 2,676 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 41 ms
11,132 KB
testcase_01 AC 43 ms
11,168 KB
testcase_02 AC 41 ms
11,232 KB
testcase_03 AC 41 ms
11,288 KB
testcase_04 AC 41 ms
11,380 KB
testcase_05 AC 41 ms
11,128 KB
testcase_06 AC 42 ms
11,168 KB
testcase_07 AC 41 ms
11,172 KB
testcase_08 AC 41 ms
11,176 KB
testcase_09 AC 41 ms
11,124 KB
testcase_10 AC 41 ms
11,364 KB
testcase_11 AC 42 ms
11,348 KB
testcase_12 AC 41 ms
11,228 KB
testcase_13 AC 42 ms
11,136 KB
testcase_14 AC 41 ms
11,200 KB
testcase_15 AC 42 ms
11,420 KB
testcase_16 AC 43 ms
11,356 KB
testcase_17 AC 43 ms
11,480 KB
testcase_18 AC 43 ms
11,644 KB
testcase_19 AC 42 ms
11,468 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

use bigint;
@a=<>=~/\S+/g;@b=<>=~//g;
$a[1]+=0;$b[1]+=0;
print$a[1]>$b[1]?$a[0]:$a[1]<$b[1]?$b[0]:-1
0