結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 336 ms
131,904 KB
testcase_01 AC 338 ms
131,932 KB
testcase_02 AC 337 ms
132,156 KB
testcase_03 AC 333 ms
131,848 KB
testcase_04 AC 334 ms
132,140 KB
testcase_05 AC 334 ms
131,844 KB
testcase_06 AC 334 ms
131,912 KB
testcase_07 AC 340 ms
131,924 KB
testcase_08 AC 336 ms
131,884 KB
testcase_09 AC 330 ms
131,816 KB
testcase_10 AC 335 ms
131,720 KB
testcase_11 AC 335 ms
131,792 KB
testcase_12 AC 332 ms
132,100 KB
testcase_13 AC 340 ms
131,928 KB
testcase_14 AC 340 ms
131,828 KB
testcase_15 AC 335 ms
132,036 KB
testcase_16 AC 337 ms
131,812 KB
testcase_17 AC 333 ms
131,924 KB
testcase_18 AC 336 ms
132,096 KB
testcase_19 AC 338 ms
131,840 KB
testcase_20 AC 332 ms
131,996 KB
testcase_21 AC 341 ms
131,904 KB
testcase_22 AC 345 ms
131,912 KB
testcase_23 AC 329 ms
132,024 KB
testcase_24 AC 343 ms
131,912 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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