結果

問題 No.815 Are you a traveller ?
ユーザー tomarint2tomarint2
提出日時 2019-04-19 21:31:18
言語 PyPy3
(7.3.8)
結果
AC  
実行時間 67 ms / 2,000 ms
コード長 31 bytes
コンパイル時間 227 ms
使用メモリ 75,800 KB
最終ジャッジ日時 2022-11-22 06:13:12
合計ジャッジ時間 1,762 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 67 ms
75,800 KB
testcase_01 AC 67 ms
75,768 KB
testcase_02 AC 66 ms
75,600 KB
testcase_03 AC 64 ms
75,400 KB
testcase_04 AC 66 ms
75,628 KB
testcase_05 AC 66 ms
75,460 KB
testcase_06 AC 67 ms
75,796 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N=int(input())
print((N+1)//2)
0