結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 52 ms
37,172 KB
testcase_01 AC 51 ms
36,664 KB
testcase_02 AC 51 ms
36,900 KB
testcase_03 AC 52 ms
37,180 KB
testcase_04 AC 51 ms
36,704 KB
testcase_05 AC 51 ms
36,804 KB
testcase_06 AC 51 ms
37,256 KB
testcase_07 AC 51 ms
37,384 KB
testcase_08 AC 51 ms
36,952 KB
testcase_09 AC 51 ms
37,172 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