結果

問題 No.1057 素敵な日
ユーザー yuruhiyayuruhiya
提出日時 2020-10-26 19:59:49
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 369 ms / 2,000 ms
コード長 30 bytes
コンパイル時間 660 ms
コンパイル使用メモリ 115,588 KB
実行使用メモリ 131,844 KB
最終ジャッジ日時 2023-09-29 02:49:23
合計ジャッジ時間 4,562 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 346 ms
131,532 KB
testcase_01 AC 346 ms
131,560 KB
testcase_02 AC 347 ms
131,808 KB
testcase_03 AC 347 ms
131,580 KB
testcase_04 AC 344 ms
131,840 KB
testcase_05 AC 349 ms
131,524 KB
testcase_06 AC 351 ms
131,844 KB
testcase_07 AC 369 ms
131,808 KB
testcase_08 AC 344 ms
131,840 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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