結果

問題 No.721 Die tertia (ディエ・テルツィア)
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:01:56
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 342 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 2,153 ms
コンパイル使用メモリ 115,612 KB
実行使用メモリ 125,024 KB
最終ジャッジ日時 2023-08-27 06:22:10
合計ジャッジ時間 10,950 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
124,860 KB
testcase_01 AC 329 ms
124,576 KB
testcase_02 AC 335 ms
124,636 KB
testcase_03 AC 333 ms
124,500 KB
testcase_04 AC 321 ms
124,576 KB
testcase_05 AC 338 ms
124,668 KB
testcase_06 AC 333 ms
125,012 KB
testcase_07 AC 333 ms
124,632 KB
testcase_08 AC 342 ms
124,496 KB
testcase_09 AC 340 ms
124,408 KB
testcase_10 AC 335 ms
125,020 KB
testcase_11 AC 332 ms
124,336 KB
testcase_12 AC 332 ms
124,488 KB
testcase_13 AC 335 ms
125,008 KB
testcase_14 AC 339 ms
124,604 KB
testcase_15 AC 340 ms
125,024 KB
testcase_16 AC 332 ms
124,672 KB
testcase_17 AC 331 ms
124,592 KB
testcase_18 AC 330 ms
124,640 KB
testcase_19 AC 337 ms
124,684 KB
testcase_20 AC 324 ms
124,904 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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