結果

問題 No.815 Are you a traveller ?
ユーザー rabirabi
提出日時 2019-06-25 13:16:47
言語 Java21
(openjdk 21)
結果
AC  
実行時間 44 ms / 2,000 ms
コード長 260 bytes
コンパイル時間 3,138 ms
コンパイル使用メモリ 71,132 KB
実行使用メモリ 49,368 KB
最終ジャッジ日時 2023-09-05 03:07:05
合計ジャッジ時間 4,099 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 43 ms
49,240 KB
testcase_01 AC 43 ms
49,368 KB
testcase_02 AC 43 ms
49,104 KB
testcase_03 AC 43 ms
49,084 KB
testcase_04 AC 44 ms
49,044 KB
testcase_05 AC 43 ms
49,068 KB
testcase_06 AC 44 ms
49,264 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.*;
public class Tester {
	public static void main(String... args) throws IOException{
		BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
		int num = Integer.parseInt(br.readLine()) +1;
			System.out.println(num/2);
	}
}
0