結果
問題 | No.9000 Hello World! (テスト用) |
ユーザー | n_gojo |
提出日時 | 2020-04-09 10:06:44 |
言語 | Java21 (openjdk 21) |
結果 |
WA
|
実行時間 | - |
コード長 | 212 bytes |
コンパイル時間 | 2,176 ms |
コンパイル使用メモリ | 72,428 KB |
実行使用メモリ | 36,992 KB |
最終ジャッジ日時 | 2024-07-21 16:37:56 |
合計ジャッジ時間 | 2,980 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
public class Main { public static void main(String... args) { System.out.println("Hello World!"); int i = 0; System.out.println(i); i++; System.out.println(i); } }