{"problem":{"name":"Not Overflow","description":{"content":"You are given an integer $N$. If $N$ is between $-2^{31}$ and $2^{31}-1$ (inclusive), print `Yes`; otherwise, print `No`.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc237_a"},"statements":[{"statement_type":"Markdown","content":"You are given an integer $N$. If $N$ is between $-2^{31}$ and $2^{31}-1$ (inclusive), print `Yes`; otherwise, print `No`.\n\n## Constraints\n\n*   $-2^{63} \\leq N < 2^{63}$\n*   $N$ is an integer.\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":"abc237_a","tags":[],"sample_group":[["10","Yes\n\n$10$ is between $-2^{31}$ and $2^{31}-1$, so `Yes` should be printed."],["\\-9876543210","No\n\n$-9876543210$ is less than $-2^{31}$, so `No` should be printed."],["483597848400000","No\n\n$483597848400000$ is greater than $2^{31}-1$, so `No` should be printed."]],"created_at":"2026-03-03 11:01:13"}}