結果

問題 No.244 ★1のグラフの問題
ユーザー kano_townkano_town
提出日時 2015-07-17 23:02:29
言語 Java19
(openjdk 21)
結果
AC  
実行時間 126 ms / 2,000 ms
コード長 198 bytes
コンパイル時間 3,607 ms
コンパイル使用メモリ 71,484 KB
実行使用メモリ 58,024 KB
最終ジャッジ日時 2023-07-27 15:25:05
合計ジャッジ時間 5,654 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 125 ms
55,612 KB
testcase_01 AC 126 ms
55,692 KB
testcase_02 AC 124 ms
55,556 KB
testcase_03 AC 123 ms
55,556 KB
testcase_04 AC 126 ms
55,680 KB
testcase_05 AC 123 ms
55,704 KB
testcase_06 AC 124 ms
58,024 KB
testcase_07 AC 123 ms
55,868 KB
testcase_08 AC 123 ms
55,568 KB
testcase_09 AC 123 ms
57,904 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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