提出 #73649403


ソースコード 拡げる

import math

n = float(input())

if n*math.log(2) > 2*math.log(n):
    print("Yes")
else:
    print("No")

提出情報

提出日時
問題 B - Exponential or Quadratic
ユーザ noel_133
言語 Python (CPython 3.13.7)
得点 100
コード長 114 Byte
結果 AC
実行時間 11 ms
メモリ 9220 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 14
セット名 テストケース
Sample example0.txt, example1.txt, example2.txt
All 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, example0.txt, example1.txt, example2.txt
ケース名 結果 実行時間 メモリ
000.txt AC 11 ms 9120 KiB
001.txt AC 11 ms 9128 KiB
002.txt AC 11 ms 9172 KiB
003.txt AC 11 ms 9096 KiB
004.txt AC 11 ms 9172 KiB
005.txt AC 11 ms 9172 KiB
006.txt AC 11 ms 9100 KiB
007.txt AC 11 ms 9108 KiB
008.txt AC 11 ms 9100 KiB
009.txt AC 11 ms 9220 KiB
010.txt AC 11 ms 9060 KiB
example0.txt AC 11 ms 9220 KiB
example1.txt AC 11 ms 9172 KiB
example2.txt AC 11 ms 9120 KiB