結果

問題 No.9000 Hello World! (テスト用)
ユーザー Yassan2427Yassan2427
提出日時 2021-01-23 11:37:28
言語 PHP
(843.2)
結果
AC  
実行時間 49 ms / 5,000 ms
コード長 33 bytes
コンパイル時間 6,471 ms
コンパイル使用メモリ 31,632 KB
実行使用メモリ 31,244 KB
最終ジャッジ日時 2024-12-30 10:50:15
合計ジャッジ時間 6,288 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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