結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー kohaku_kohakukohaku_kohaku
提出日時 2016-12-02 18:16:31
言語 Java21
(openjdk 21)
結果
AC  
実行時間 120 ms / 3,000 ms
コード長 199 bytes
コンパイル時間 1,775 ms
コンパイル使用メモリ 71,472 KB
実行使用メモリ 55,720 KB
最終ジャッジ日時 2023-08-18 12:20:53
合計ジャッジ時間 3,060 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 120 ms
55,720 KB
testcase_01 AC 120 ms
55,628 KB
testcase_02 AC 120 ms
55,400 KB
testcase_03 AC 120 ms
55,668 KB
testcase_04 AC 120 ms
55,524 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