結果
| 問題 |
No.721 Die tertia (ディエ・テルツィア)
|
| コンテスト | |
| ユーザー |
muu16
|
| 提出日時 | 2018-08-30 14:59:49 |
| 言語 | Ruby (3.4.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 90 bytes |
| コンパイル時間 | 483 ms |
| コンパイル使用メモリ | 7,552 KB |
| 実行使用メモリ | 12,544 KB |
| 最終ジャッジ日時 | 2024-09-13 19:49:52 |
| 合計ジャッジ時間 | 3,455 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 18 |
コンパイルメッセージ
Syntax OK
ソースコード
require "date" t = gets.chomp time2 = Date.strptime(t,"%Y/%m/%d") puts time2.next_day(2)
muu16