結果

問題 No.244 ★1のグラフの問題
ユーザー fal_rndfal_rnd
提出日時 2016-11-17 22:12:14
言語 Java21
(openjdk 21)
結果
AC  
実行時間 121 ms / 2,000 ms
コード長 155 bytes
コンパイル時間 1,754 ms
コンパイル使用メモリ 73,880 KB
実行使用メモリ 54,108 KB
最終ジャッジ日時 2024-10-04 13:09:26
合計ジャッジ時間 3,491 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 121 ms
53,864 KB
testcase_01 AC 121 ms
53,840 KB
testcase_02 AC 121 ms
54,108 KB
testcase_03 AC 115 ms
53,640 KB
testcase_04 AC 103 ms
52,912 KB
testcase_05 AC 112 ms
53,944 KB
testcase_06 AC 95 ms
52,116 KB
testcase_07 AC 98 ms
52,840 KB
testcase_08 AC 112 ms
53,464 KB
testcase_09 AC 115 ms
53,876 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
class A{
	static Scanner s = new Scanner(System.in);
	public static void main(String[] args){
		System.out.println(s.nextInt()-1);
	}
}
0