結果

問題 No.244 ★1のグラフの問題
ユーザー FVRChanFVRChan
提出日時 2017-10-02 21:31:38
言語 Java21
(openjdk 21)
結果
AC  
実行時間 114 ms / 2,000 ms
コード長 196 bytes
コンパイル時間 2,103 ms
コンパイル使用メモリ 74,844 KB
実行使用メモリ 54,288 KB
最終ジャッジ日時 2024-04-27 18:17:11
合計ジャッジ時間 3,260 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 98 ms
53,228 KB
testcase_01 AC 105 ms
52,780 KB
testcase_02 AC 98 ms
52,832 KB
testcase_03 AC 112 ms
54,288 KB
testcase_04 AC 110 ms
54,036 KB
testcase_05 AC 114 ms
53,832 KB
testcase_06 AC 111 ms
53,824 KB
testcase_07 AC 96 ms
52,644 KB
testcase_08 AC 112 ms
54,148 KB
testcase_09 AC 110 ms
54,104 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
public class Main{
	private static Scanner sc=new Scanner(System.in);
	public static void main(String args[])throws Exception{
		System.out.println(sc.nextInt()-1);

	}
}
0