結果

問題 No.998 Four Integers
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 18:20:22
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 352 ms / 1,000 ms
コード長 41 bytes
コンパイル時間 486 ms
コンパイル使用メモリ 120,212 KB
実行使用メモリ 134,184 KB
最終ジャッジ日時 2023-09-28 08:27:16
合計ジャッジ時間 10,048 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 336 ms
133,996 KB
testcase_01 AC 339 ms
133,904 KB
testcase_02 AC 330 ms
133,928 KB
testcase_03 AC 332 ms
133,796 KB
testcase_04 AC 342 ms
133,852 KB
testcase_05 AC 339 ms
133,956 KB
testcase_06 AC 352 ms
133,840 KB
testcase_07 AC 342 ms
133,832 KB
testcase_08 AC 342 ms
133,908 KB
testcase_09 AC 336 ms
133,844 KB
testcase_10 AC 332 ms
133,944 KB
testcase_11 AC 336 ms
134,132 KB
testcase_12 AC 341 ms
134,184 KB
testcase_13 AC 341 ms
134,132 KB
testcase_14 AC 339 ms
133,724 KB
testcase_15 AC 335 ms
133,972 KB
testcase_16 AC 331 ms
134,096 KB
testcase_17 AC 334 ms
133,808 KB
testcase_18 AC 343 ms
134,020 KB
testcase_19 AC 348 ms
134,092 KB
testcase_20 AC 338 ms
133,796 KB
testcase_21 AC 338 ms
133,968 KB
testcase_22 AC 335 ms
133,964 KB
testcase_23 AC 338 ms
133,952 KB
testcase_24 AC 335 ms
133,804 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=sort +<<words;say <No Yes>[@$/eq^4+$0]
0