結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 392 ms
136,592 KB
testcase_01 AC 399 ms
136,716 KB
testcase_02 AC 398 ms
136,716 KB
testcase_03 AC 397 ms
136,588 KB
testcase_04 AC 398 ms
136,716 KB
testcase_05 AC 389 ms
136,332 KB
testcase_06 AC 412 ms
136,336 KB
testcase_07 AC 397 ms
136,716 KB
testcase_08 AC 396 ms
136,460 KB
testcase_09 AC 391 ms
136,716 KB
testcase_10 AC 390 ms
136,588 KB
testcase_11 AC 400 ms
136,464 KB
testcase_12 AC 409 ms
136,612 KB
testcase_13 AC 420 ms
136,460 KB
testcase_14 AC 399 ms
136,480 KB
testcase_15 AC 395 ms
136,464 KB
testcase_16 AC 409 ms
136,588 KB
testcase_17 AC 405 ms
136,612 KB
testcase_18 AC 421 ms
136,460 KB
testcase_19 AC 428 ms
136,460 KB
testcase_20 AC 405 ms
136,588 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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