結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー kohaku_kohakukohaku_kohaku
提出日時 2016-12-02 18:16:31
言語 Java21
(openjdk 21)
結果
AC  
実行時間 133 ms / 3,000 ms
コード長 199 bytes
コンパイル時間 1,996 ms
コンパイル使用メモリ 73,304 KB
実行使用メモリ 41,216 KB
最終ジャッジ日時 2024-11-27 17:21:09
合計ジャッジ時間 3,298 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 131 ms
41,216 KB
testcase_01 AC 132 ms
41,076 KB
testcase_02 AC 130 ms
41,212 KB
testcase_03 AC 132 ms
40,984 KB
testcase_04 AC 133 ms
40,984 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        int N = sc.nextInt();
        System.out.println(0);
    }
}
0