結果

問題 No.9000 Hello World! (テスト用)
ユーザー shimomireshimomire
提出日時 2014-11-10 01:23:22
言語 PHP
(8.3.4)
結果
WA  
実行時間 -
コード長 26 bytes
コンパイル時間 1,384 ms
コンパイル使用メモリ 32,528 KB
実行使用メモリ 32,532 KB
最終ジャッジ日時 2024-06-10 02:15:14
合計ジャッジ時間 2,266 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

<? echo "Hello World!"; ?>
0