結果

問題 No.9000 Hello World! (テスト用)
ユーザー ant2357ant2357
提出日時 2016-03-13 11:44:06
言語 PHP
(8.3.4)
結果
AC  
実行時間 15 ms / 5,000 ms
コード長 51 bytes
コンパイル時間 1,146 ms
コンパイル使用メモリ 16,632 KB
実行使用メモリ 16,912 KB
最終ジャッジ日時 2023-08-26 11:53:05
合計ジャッジ時間 1,824 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

<?php
    $s = "Hello World!";
    
    printf($s);
0