結果

問題 No.201 yukicoderじゃんけん
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 18:24:20
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 372 ms / 5,000 ms
コード長 37 bytes
コンパイル時間 413 ms
コンパイル使用メモリ 119,940 KB
実行使用メモリ 131,840 KB
最終ジャッジ日時 2023-09-28 08:27:28
合計ジャッジ時間 9,401 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 357 ms
131,776 KB
testcase_01 AC 353 ms
131,656 KB
testcase_02 AC 346 ms
131,776 KB
testcase_03 AC 344 ms
131,752 KB
testcase_04 AC 347 ms
131,392 KB
testcase_05 AC 344 ms
131,516 KB
testcase_06 AC 348 ms
131,392 KB
testcase_07 AC 348 ms
131,536 KB
testcase_08 AC 358 ms
131,444 KB
testcase_09 AC 360 ms
131,840 KB
testcase_10 AC 357 ms
131,748 KB
testcase_11 AC 356 ms
131,532 KB
testcase_12 AC 361 ms
131,756 KB
testcase_13 AC 354 ms
131,660 KB
testcase_14 AC 354 ms
131,656 KB
testcase_15 AC 371 ms
131,788 KB
testcase_16 AC 369 ms
131,572 KB
testcase_17 AC 370 ms
131,652 KB
testcase_18 AC 369 ms
131,644 KB
testcase_19 AC 372 ms
131,712 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say [$3,-1,$0][($1 <=>$4)+1]
0