結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー LR_AlumisLR_Alumis
提出日時 2015-04-15 01:31:21
言語 Java21
(openjdk 21)
結果
AC  
実行時間 120 ms / 3,000 ms
コード長 229 bytes
コンパイル時間 3,127 ms
コンパイル使用メモリ 70,780 KB
実行使用メモリ 55,604 KB
最終ジャッジ日時 2023-09-17 20:20:23
合計ジャッジ時間 4,362 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 118 ms
55,488 KB
testcase_01 AC 118 ms
55,604 KB
testcase_02 AC 119 ms
55,568 KB
testcase_03 AC 118 ms
55,564 KB
testcase_04 AC 118 ms
55,316 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

/**
 * Created by Alumis on 2015/04/15.
 */
public class Test0415 {
    public static void main(String[] args) {
        Scanner input = new Scanner(System.in);
        System.out.println("0");
    }
}
0