結果

問題 No.244 ★1のグラフの問題
ユーザー YOSHIYOSHI
提出日時 2021-03-07 22:22:48
言語 Java21
(openjdk 21)
結果
AC  
実行時間 55 ms / 2,000 ms
コード長 301 bytes
コンパイル時間 3,199 ms
コンパイル使用メモリ 74,608 KB
実行使用メモリ 50,416 KB
最終ジャッジ日時 2024-10-09 06:15:17
合計ジャッジ時間 4,504 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 53 ms
50,268 KB
testcase_01 AC 55 ms
50,312 KB
testcase_02 AC 53 ms
50,016 KB
testcase_03 AC 53 ms
50,308 KB
testcase_04 AC 54 ms
50,336 KB
testcase_05 AC 54 ms
50,416 KB
testcase_06 AC 53 ms
50,104 KB
testcase_07 AC 52 ms
50,264 KB
testcase_08 AC 52 ms
50,128 KB
testcase_09 AC 51 ms
49,992 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

public class No00000244_Main {
	public static void main(String[] args) throws IOException {
		System.out.println(Integer.parseInt((new BufferedReader(new InputStreamReader(System.in))).readLine()) - 1);
	}
}
0