結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | さときち |
提出日時 | 2021-09-15 05:58:14 |
言語 | PHP (8.3.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 230 bytes |
コンパイル時間 | 3,004 ms |
コンパイル使用メモリ | 31,636 KB |
実行使用メモリ | 32,276 KB |
最終ジャッジ日時 | 2024-06-28 02:55:35 |
合計ジャッジ時間 | 780 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php echo 'Hello World!'; ?> </body> </html>