結果
| 問題 |
No.721 Die tertia (ディエ・テルツィア)
|
| コンテスト | |
| ユーザー |
mondo
|
| 提出日時 | 2019-08-06 16:08:33 |
| 言語 | PHP (843.2) |
| 結果 |
AC
|
| 実行時間 | 39 ms / 2,000 ms |
| コード長 | 103 bytes |
| コンパイル時間 | 121 ms |
| コンパイル使用メモリ | 31,092 KB |
| 実行使用メモリ | 31,560 KB |
| 最終ジャッジ日時 | 2024-07-18 14:05:03 |
| 合計ジャッジ時間 | 1,885 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 18 |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<?php
$target_day = strtotime(trim(fgets(STDIN)));
echo date("Y/m/d",strtotime("+2 day", $target_day));
mondo