結果

問題 No.998 Four Integers
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 18:19:33
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 404 ms / 1,000 ms
コード長 45 bytes
コンパイル時間 325 ms
コンパイル使用メモリ 120,380 KB
実行使用メモリ 132,180 KB
最終ジャッジ日時 2023-09-28 08:26:37
合計ジャッジ時間 11,479 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 386 ms
131,996 KB
testcase_01 AC 379 ms
131,868 KB
testcase_02 AC 377 ms
131,868 KB
testcase_03 AC 375 ms
132,180 KB
testcase_04 AC 404 ms
131,956 KB
testcase_05 AC 403 ms
131,740 KB
testcase_06 AC 382 ms
132,044 KB
testcase_07 AC 377 ms
131,616 KB
testcase_08 AC 367 ms
132,152 KB
testcase_09 AC 381 ms
131,740 KB
testcase_10 AC 377 ms
131,716 KB
testcase_11 AC 374 ms
131,832 KB
testcase_12 AC 376 ms
131,856 KB
testcase_13 AC 371 ms
131,716 KB
testcase_14 AC 376 ms
131,716 KB
testcase_15 AC 377 ms
132,056 KB
testcase_16 AC 376 ms
132,036 KB
testcase_17 AC 381 ms
132,092 KB
testcase_18 AC 381 ms
131,860 KB
testcase_19 AC 383 ms
132,024 KB
testcase_20 AC 384 ms
132,172 KB
testcase_21 AC 375 ms
132,060 KB
testcase_22 AC 376 ms
132,060 KB
testcase_23 AC 393 ms
132,052 KB
testcase_24 AC 385 ms
132,036 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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