結果
| 問題 |
No.721 Die tertia (ディエ・テルツィア)
|
| コンテスト | |
| ユーザー |
ID 21712
|
| 提出日時 | 2024-10-24 21:20:58 |
| 言語 | Go (1.23.4) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 167 bytes |
| コンパイル時間 | 11,277 ms |
| コンパイル使用メモリ | 226,636 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-10-24 21:21:11 |
| 合計ジャッジ時間 | 12,427 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 18 |
ソースコード
package main
import . "fmt"
import tm "time"
func main() {
var s string
Scan(&s)
const f="2006/01/02"
t,_:=tm.Parse(f,s)
Println(t.AddDate(0,0,2).Format(f))
}
ID 21712