結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | ajukinkin |
提出日時 | 2016-07-07 15:12:22 |
言語 | Java21 (openjdk 21) |
結果 |
WA
|
実行時間 | - |
コード長 | 174 bytes |
コンパイル時間 | 3,129 ms |
コンパイル使用メモリ | 72,228 KB |
実行使用メモリ | 36,888 KB |
最終ジャッジ日時 | 2024-10-12 23:04:23 |
合計ジャッジ時間 | 3,839 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
package study.algo.yukicoder; public class Main01 { /** * @param args */ public static void main(String[] args) { System.out.println("Hello world!"); } }