結果

問題 No.721 Die tertia (ディエ・テルツィア)
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:01:56
言語 Raku
(rakudo v2024.12)
結果
AC  
実行時間 494 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 3,352 ms
コンパイル使用メモリ 126,692 KB
実行使用メモリ 136,852 KB
最終ジャッジ日時 2024-12-26 17:03:13
合計ジャッジ時間 15,096 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 479 ms
136,596 KB
testcase_01 AC 490 ms
136,852 KB
testcase_02 AC 471 ms
136,308 KB
testcase_03 AC 480 ms
136,468 KB
testcase_04 AC 492 ms
136,460 KB
testcase_05 AC 482 ms
136,464 KB
testcase_06 AC 471 ms
136,592 KB
testcase_07 AC 477 ms
136,588 KB
testcase_08 AC 484 ms
136,848 KB
testcase_09 AC 494 ms
136,464 KB
testcase_10 AC 477 ms
136,588 KB
testcase_11 AC 480 ms
136,724 KB
testcase_12 AC 484 ms
135,564 KB
testcase_13 AC 481 ms
135,632 KB
testcase_14 AC 490 ms
135,472 KB
testcase_15 AC 494 ms
136,616 KB
testcase_16 AC 485 ms
136,460 KB
testcase_17 AC 490 ms
136,588 KB
testcase_18 AC 483 ms
136,844 KB
testcase_19 AC 487 ms
136,432 KB
testcase_20 AC 484 ms
136,464 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say Date.new(get.subst("/","-",:g)).later(days=>2).Str.subst("-","/",:g)
0