結果

問題 No.920 あかあお
ユーザー kotatsugamekotatsugame
提出日時 2019-12-25 20:56:26
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 413 ms / 2,000 ms
コード長 38 bytes
コンパイル時間 2,848 ms
コンパイル使用メモリ 130,360 KB
実行使用メモリ 142,892 KB
最終ジャッジ日時 2023-10-26 03:33:23
合計ジャッジ時間 8,163 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 409 ms
142,892 KB
testcase_01 AC 408 ms
142,892 KB
testcase_02 AC 405 ms
142,892 KB
testcase_03 AC 405 ms
142,892 KB
testcase_04 AC 406 ms
142,892 KB
testcase_05 AC 399 ms
142,892 KB
testcase_06 AC 400 ms
142,072 KB
testcase_07 AC 400 ms
142,892 KB
testcase_08 AC 403 ms
142,892 KB
testcase_09 AC 402 ms
142,072 KB
testcase_10 AC 401 ms
142,072 KB
testcase_11 AC 408 ms
142,892 KB
testcase_12 AC 407 ms
142,892 KB
testcase_13 AC 413 ms
142,892 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say min $0+$2,$1+$2,$/.sum+>1
0