結果
問題 |
No.525 二度寝の季節
|
ユーザー |
![]() |
提出日時 | 2024-10-26 19:33:43 |
言語 | Go (1.23.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 161 bytes |
コンパイル時間 | 17,351 ms |
コンパイル使用メモリ | 231,720 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-26 19:34:02 |
合計ジャッジ時間 | 13,965 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 33 |
ソースコード
package main import . "fmt" import "time" func main() { var s string Scan(&s) const f="15:04" t,_:=time.Parse(f,s) Println(t.Add(time.Minute).Format(f)) }