結果
| 問題 | No.721 Die tertia (ディエ・テルツィア) |
| コンテスト | |
| ユーザー |
fV9TwBhUoa9S3eV
|
| 提出日時 | 2019-09-25 15:29:34 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 119 ms / 2,000 ms |
| コード長 | 193 bytes |
| 記録 | |
| コンパイル時間 | 313 ms |
| コンパイル使用メモリ | 20,704 KB |
| 実行使用メモリ | 15,992 KB |
| 最終ジャッジ日時 | 2026-04-10 12:37:49 |
| 合計ジャッジ時間 | 3,948 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 18 |
ソースコード
# No.721 Die tertia (ディエ・テルツィア)
import datetime
the_day = datetime.datetime.strptime(input(), '%Y/%m/%d')
print('{0:%Y/%m/%d}'.format(the_day + datetime.timedelta(days = 2)))
fV9TwBhUoa9S3eV