結果
問題 | No.1986 Yummy |
ユーザー | titan23 |
提出日時 | 2022-06-24 21:33:26 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 40 ms / 2,000 ms |
コード長 | 164 bytes |
コンパイル時間 | 1,155 ms |
コンパイル使用メモリ | 82,176 KB |
実行使用メモリ | 52,352 KB |
最終ジャッジ日時 | 2024-11-08 17:27:23 |
合計ジャッジ時間 | 2,076 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 24 |
ソースコード
import sys import math input = lambda: sys.stdin.readline().rstrip() # ----------------------- # n = int(input()) if n % 2 == 0: print(n//2) else: print(1)