結果

問題 No.721 Die tertia (ディエ・テルツィア)
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:10:36
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 405 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 1,376 ms
コンパイル使用メモリ 124,220 KB
実行使用メモリ 127,484 KB
最終ジャッジ日時 2023-08-27 06:22:28
合計ジャッジ時間 9,897 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 405 ms
127,484 KB
testcase_01 AC 398 ms
126,928 KB
testcase_02 AC 391 ms
127,268 KB
testcase_03 AC 400 ms
127,352 KB
testcase_04 AC 377 ms
126,660 KB
testcase_05 AC 392 ms
126,948 KB
testcase_06 AC 389 ms
126,932 KB
testcase_07 AC 388 ms
126,624 KB
testcase_08 AC 391 ms
126,864 KB
testcase_09 AC 377 ms
126,668 KB
testcase_10 AC 381 ms
126,316 KB
testcase_11 AC 390 ms
126,768 KB
testcase_12 AC 394 ms
126,496 KB
testcase_13 AC 382 ms
126,656 KB
testcase_14 AC 382 ms
126,608 KB
testcase_15 AC 377 ms
126,408 KB
testcase_16 AC 388 ms
126,792 KB
testcase_17 AC 381 ms
126,848 KB
testcase_18 AC 374 ms
126,580 KB
testcase_19 AC 377 ms
126,956 KB
testcase_20 AC 374 ms
126,964 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;tr!/!-!;$_=Date.new($_)+2;.=Str;tr!-!/!;.say
0