結果

問題 No.244 ★1のグラフの問題
ユーザー kaoetayakaoetaya
提出日時 2016-11-21 20:18:07
言語 Java21
(openjdk 21)
結果
AC  
実行時間 112 ms / 2,000 ms
コード長 175 bytes
コンパイル時間 2,967 ms
コンパイル使用メモリ 74,884 KB
実行使用メモリ 54,196 KB
最終ジャッジ日時 2024-10-04 13:10:12
合計ジャッジ時間 4,570 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 106 ms
52,984 KB
testcase_01 AC 103 ms
52,724 KB
testcase_02 AC 104 ms
52,776 KB
testcase_03 AC 103 ms
52,944 KB
testcase_04 AC 112 ms
53,828 KB
testcase_05 AC 112 ms
53,852 KB
testcase_06 AC 112 ms
54,196 KB
testcase_07 AC 101 ms
52,996 KB
testcase_08 AC 105 ms
52,764 KB
testcase_09 AC 103 ms
52,856 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

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