結果

問題 No.721 Die tertia (ディエ・テルツィア)
ユーザー KisaragiEffective
提出日時 2019-12-06 17:05:48
言語 Kotlin
(2.1.0)
結果
RE  
実行時間 -
コード長 203 bytes
コンパイル時間 13,661 ms
コンパイル使用メモリ 426,852 KB
実行使用メモリ 49,848 KB
最終ジャッジ日時 2024-12-23 11:16:20
合計ジャッジ時間 18,873 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 3
other RE * 18
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.text.SimpleDateFormat
import java.time.LocalDate
import java.time.format.DateTimeFormatter
fun main() {
    println(LocalDate.parse("").plusDays(2).format(DateTimeFormatter.BASIC_ISO_DATE))
}
0