結果

問題 No.9000 Hello World! (テスト用)
ユーザー さときちさときち
提出日時 2021-09-15 05:58:14
言語 PHP
(8.3.4)
結果
WA  
実行時間 -
コード長 230 bytes
コンパイル時間 350 ms
コンパイル使用メモリ 18,604 KB
実行使用メモリ 18,760 KB
最終ジャッジ日時 2023-09-10 11:34:13
合計ジャッジ時間 930 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<!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>
0