結果

問題 No.1616 Joke
ユーザー eagleeagle
提出日時 2022-06-20 10:42:23
言語 Java21
(openjdk 21)
結果
AC  
実行時間 125 ms / 2,000 ms
コード長 237 bytes
コンパイル時間 1,801 ms
コンパイル使用メモリ 73,340 KB
実行使用メモリ 41,408 KB
最終ジャッジ日時 2024-04-20 23:07:57
合計ジャッジ時間 4,544 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 113 ms
41,012 KB
testcase_01 AC 109 ms
40,112 KB
testcase_02 AC 104 ms
40,096 KB
testcase_03 AC 106 ms
40,112 KB
testcase_04 AC 119 ms
41,280 KB
testcase_05 AC 111 ms
39,892 KB
testcase_06 AC 111 ms
39,904 KB
testcase_07 AC 121 ms
41,192 KB
testcase_08 AC 117 ms
41,324 KB
testcase_09 AC 125 ms
41,408 KB
testcase_10 AC 118 ms
40,976 KB
testcase_11 AC 120 ms
41,224 KB
testcase_12 AC 120 ms
41,160 KB
testcase_13 AC 107 ms
40,220 KB
testcase_14 AC 120 ms
41,396 KB
testcase_15 AC 116 ms
41,188 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {

	public static void main(String[] args) {
		// TODO 自動生成されたメソッド・スタブ
		Scanner sc = new Scanner(System.in);
		int ans = sc.nextInt();
		System.out.println(ans);
	}
}
0