結果

問題 No.721 Die tertia (ディエ・テルツィア)
ユーザー _Clay_____Clay____
提出日時 2018-09-12 22:37:30
言語 Scheme
(Gauche-0.9.14)
結果
AC  
実行時間 23 ms / 2,000 ms
コード長 213 bytes
コンパイル時間 155 ms
コンパイル使用メモリ 5,392 KB
実行使用メモリ 13,968 KB
最終ジャッジ日時 2023-09-10 08:37:06
合計ジャッジ時間 2,426 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 22 ms
13,968 KB
testcase_01 AC 23 ms
13,968 KB
testcase_02 AC 22 ms
13,740 KB
testcase_03 AC 22 ms
13,820 KB
testcase_04 AC 22 ms
13,944 KB
testcase_05 AC 23 ms
13,956 KB
testcase_06 AC 22 ms
13,920 KB
testcase_07 AC 23 ms
13,916 KB
testcase_08 AC 22 ms
13,744 KB
testcase_09 AC 21 ms
13,744 KB
testcase_10 AC 22 ms
13,772 KB
testcase_11 AC 22 ms
13,744 KB
testcase_12 AC 22 ms
13,948 KB
testcase_13 AC 22 ms
13,740 KB
testcase_14 AC 22 ms
13,760 KB
testcase_15 AC 22 ms
13,840 KB
testcase_16 AC 22 ms
13,796 KB
testcase_17 AC 23 ms
13,824 KB
testcase_18 AC 22 ms
13,948 KB
testcase_19 AC 22 ms
13,812 KB
testcase_20 AC 22 ms
13,724 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(use srfi-19)
(print
  (date->string
    (time-utc->date
      (add-duration
        (date->time-utc
          (string->date (read-line) "~Y~m~d"))
        (make-time time-duration 0 (* 60 60 24 2)))) "~Y/~m/~d"))
0