結果

問題 No.721 Die tertia (ディエ・テルツィア)
ユーザー _Clay_____Clay____
提出日時 2018-09-12 22:37:30
言語 Scheme
(Gauche-0.9.14)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 213 bytes
コンパイル時間 72 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 19,456 KB
最終ジャッジ日時 2024-06-28 00:04:01
合計ジャッジ時間 2,207 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 30 ms
19,328 KB
testcase_01 AC 30 ms
19,072 KB
testcase_02 WA -
testcase_03 AC 28 ms
19,072 KB
testcase_04 AC 28 ms
19,072 KB
testcase_05 AC 29 ms
19,200 KB
testcase_06 AC 29 ms
19,072 KB
testcase_07 AC 29 ms
19,072 KB
testcase_08 AC 28 ms
19,456 KB
testcase_09 AC 29 ms
19,200 KB
testcase_10 AC 29 ms
19,328 KB
testcase_11 AC 29 ms
19,072 KB
testcase_12 AC 28 ms
19,072 KB
testcase_13 AC 26 ms
19,456 KB
testcase_14 AC 26 ms
19,328 KB
testcase_15 AC 28 ms
19,072 KB
testcase_16 AC 27 ms
19,072 KB
testcase_17 AC 28 ms
19,328 KB
testcase_18 AC 28 ms
19,328 KB
testcase_19 AC 28 ms
19,328 KB
testcase_20 AC 28 ms
19,072 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