結果

問題 No.1057 素敵な日
ユーザー yuruhiyayuruhiya
提出日時 2020-10-26 19:59:49
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 335 ms / 2,000 ms
コード長 30 bytes
コンパイル時間 412 ms
コンパイル使用メモリ 134,108 KB
実行使用メモリ 140,060 KB
最終ジャッジ日時 2024-07-21 21:34:26
合計ジャッジ時間 4,244 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
139,676 KB
testcase_01 AC 328 ms
139,928 KB
testcase_02 AC 335 ms
136,224 KB
testcase_03 AC 334 ms
139,892 KB
testcase_04 AC 333 ms
140,020 KB
testcase_05 AC 331 ms
140,020 KB
testcase_06 AC 335 ms
140,016 KB
testcase_07 AC 325 ms
140,060 KB
testcase_08 AC 334 ms
139,636 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say @$/.min*2-[==] $/
0