結果

問題 No.244 ★1のグラフの問題
ユーザー yagi2yagi2
提出日時 2017-04-20 16:08:37
言語 Java21
(openjdk 21)
結果
AC  
実行時間 128 ms / 2,000 ms
コード長 189 bytes
コンパイル時間 2,380 ms
コンパイル使用メモリ 73,948 KB
実行使用メモリ 41,392 KB
最終ジャッジ日時 2024-10-04 13:24:34
合計ジャッジ時間 3,809 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 128 ms
41,076 KB
testcase_01 AC 114 ms
40,236 KB
testcase_02 AC 115 ms
39,916 KB
testcase_03 AC 128 ms
41,392 KB
testcase_04 AC 127 ms
41,128 KB
testcase_05 AC 125 ms
41,276 KB
testcase_06 AC 127 ms
41,292 KB
testcase_07 AC 128 ms
41,300 KB
testcase_08 AC 128 ms
41,188 KB
testcase_09 AC 126 ms
41,200 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

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