結果

問題 No.9000 Hello World! (テスト用)
ユーザー sam_kinosam_kino
提出日時 2016-07-20 11:42:27
言語 PHP
(8.3.4)
結果
AC  
実行時間 39 ms / 5,000 ms
コード長 35 bytes
コンパイル時間 2,885 ms
コンパイル使用メモリ 30,712 KB
実行使用メモリ 31,156 KB
最終ジャッジ日時 2024-06-07 09:17:11
合計ジャッジ時間 1,638 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 37 ms
30,928 KB
testcase_01 AC 39 ms
31,156 KB
testcase_02 AC 38 ms
30,624 KB
testcase_03 AC 38 ms
30,840 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
No syntax errors detected in Main.php

ソースコード

diff #

<?PHP

echo "Hello World!".PHP_EOL;
0