結果

問題 No.201 yukicoderじゃんけん
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 18:24:20
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 359 ms / 5,000 ms
コード長 37 bytes
コンパイル時間 454 ms
コンパイル使用メモリ 126,484 KB
実行使用メモリ 135,668 KB
最終ジャッジ日時 2024-07-21 02:56:35
合計ジャッジ時間 8,389 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 345 ms
135,184 KB
testcase_01 AC 343 ms
135,436 KB
testcase_02 AC 333 ms
135,584 KB
testcase_03 AC 333 ms
135,436 KB
testcase_04 AC 337 ms
135,568 KB
testcase_05 AC 332 ms
135,284 KB
testcase_06 AC 341 ms
135,564 KB
testcase_07 AC 339 ms
135,568 KB
testcase_08 AC 336 ms
135,564 KB
testcase_09 AC 333 ms
135,440 KB
testcase_10 AC 333 ms
135,440 KB
testcase_11 AC 333 ms
135,568 KB
testcase_12 AC 341 ms
135,180 KB
testcase_13 AC 340 ms
135,440 KB
testcase_14 AC 348 ms
135,180 KB
testcase_15 AC 354 ms
135,436 KB
testcase_16 AC 351 ms
135,624 KB
testcase_17 AC 359 ms
135,624 KB
testcase_18 AC 353 ms
135,668 KB
testcase_19 AC 355 ms
135,312 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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