{"problem":{"name":"Exponential or Quadratic","description":{"content":"Does $2^n \\gt n^2$ hold?","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc238_a"},"statements":[{"statement_type":"Markdown","content":"Does $2^n \\gt n^2$ hold?\n\n## Constraints\n\n*   $n$ is an integer between $1$ and $10^9$ (inclusive).\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$n$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc238_a","tags":[],"sample_group":[["5","Yes\n\nSince $2^5=32,\\ 5^2=25$, we have $2^n \\gt n^2$, so `Yes` should be printed."],["2","No\n\nFor $n=2$, we have $2^n=n^2=2^2$, so $2^n \\gt n^2$ does not hold. Thus, `No` should be printed."],["623947744","Yes"]],"created_at":"2026-03-03 11:01:14"}}