結果
| 問題 | No.388 階段 (1) |
| コンテスト | |
| ユーザー |
hiwriterprogram
|
| 提出日時 | 2019-09-03 09:04:56 |
| 言語 | PHP (8.5.4) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 192 bytes |
| 記録 | |
| コンパイル時間 | 1,705 ms |
| コンパイル使用メモリ | 36,988 KB |
| 実行使用メモリ | 37,664 KB |
| 最終ジャッジ日時 | 2026-05-29 09:37:27 |
| 合計ジャッジ時間 | 2,482 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 12 |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<?php $s = rand(0,456); $f = rand(1,123); echo '階段' . $s . '段目<br>'; echo '家の階段の高さ' . $f . '<br>'; echo ' = 家の階段の高さ' . floor($s / $f + 1) . '段分<br>';
hiwriterprogram