結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | 伊藤直樹 |
提出日時 | 2021-08-19 12:50:25 |
言語 | PHP (8.3.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 115 bytes |
コンパイル時間 | 2,698 ms |
コンパイル使用メモリ | 31,960 KB |
実行使用メモリ | 32,788 KB |
最終ジャッジ日時 | 2024-10-12 11:04:11 |
合計ジャッジ時間 | 3,179 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
コンパイルメッセージ
No syntax errors detected in Main.php
ソースコード
<?php $stdin = trim(fgets(STDIN)); function HelloWorld($stdin){ $stadin = "Hello World!"; } echo $stadin;