結果
| 問題 | No.721 Die tertia (ディエ・テルツィア) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-12-06 17:09:06 |
| 言語 | Kotlin (2.3.20) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 213 bytes |
| 記録 | |
| コンパイル時間 | 6,934 ms |
| コンパイル使用メモリ | 430,072 KB |
| 実行使用メモリ | 52,820 KB |
| 最終ジャッジ日時 | 2026-05-29 11:52:55 |
| 合計ジャッジ時間 | 12,303 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 18 |
ソースコード
import java.text.SimpleDateFormat
import java.time.LocalDate
import java.time.format.DateTimeFormatter
fun main() {
println(LocalDate.parse(readLine()!!).plusDays(2).format(DateTimeFormatter.BASIC_ISO_DATE))
}