結果
問題 | No.1986 Yummy |
ユーザー |
|
提出日時 | 2022-06-24 21:23:20 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 192 bytes |
コンパイル時間 | 228 ms |
コンパイル使用メモリ | 82,560 KB |
実行使用メモリ | 52,480 KB |
最終ジャッジ日時 | 2024-11-08 17:06:52 |
合計ジャッジ時間 | 2,089 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 18 WA * 6 |
ソースコード
import sysimport mathinput = lambda: sys.stdin.readline().rstrip()# ----------------------- #n = int(input())if n % 2 == 0:print(n//2)else:print(math.ceil(math.ceil(n/2) / 2))