結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 127 ms
54,196 KB
testcase_01 AC 125 ms
54,188 KB
testcase_02 AC 129 ms
54,172 KB
testcase_03 AC 126 ms
54,252 KB
testcase_04 AC 120 ms
53,976 KB
testcase_05 AC 122 ms
53,864 KB
testcase_06 AC 125 ms
54,220 KB
testcase_07 AC 117 ms
53,504 KB
testcase_08 AC 125 ms
54,264 KB
testcase_09 AC 122 ms
54,188 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