結果

問題 No.9005 実行時間/使用メモリテスト(テスト用)
ユーザー Mcpu3Mcpu3
提出日時 2018-04-15 23:34:03
言語 Java21
(openjdk 21)
結果
AC  
実行時間 140 ms / 3,000 ms
コード長 191 bytes
コンパイル時間 2,271 ms
コンパイル使用メモリ 73,832 KB
実行使用メモリ 54,180 KB
最終ジャッジ日時 2024-06-27 00:22:33
合計ジャッジ時間 3,537 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 137 ms
53,940 KB
testcase_01 AC 140 ms
53,864 KB
testcase_02 AC 135 ms
53,808 KB
testcase_03 AC 134 ms
54,180 KB
testcase_04 AC 136 ms
54,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

class no9005{
	public static void main(String[] args) {
		Scanner stdIn=new Scanner(System.in);
		short n=stdIn.nextShort();
		System.out.println('0');
	}
}
0