結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー LR_AlumisLR_Alumis
提出日時 2015-04-15 01:31:21
言語 Java21
(openjdk 21)
結果
AC  
実行時間 119 ms / 3,000 ms
コード長 229 bytes
コンパイル時間 3,008 ms
コンパイル使用メモリ 74,900 KB
実行使用メモリ 41,048 KB
最終ジャッジ日時 2024-07-04 14:32:09
合計ジャッジ時間 4,125 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 115 ms
40,952 KB
testcase_01 AC 102 ms
40,076 KB
testcase_02 AC 109 ms
40,036 KB
testcase_03 AC 119 ms
41,048 KB
testcase_04 AC 100 ms
39,980 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