{"problem":{"name":"Odd vs Even","description":{"content":"Given is a positive integer $N$. Which are there more of, positive odd divisors of $N$ or positive even divisors of $N$? You will be given $T$ test cases. Solve each of them.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"arc116_a"},"statements":[{"statement_type":"Markdown","content":"Given is a positive integer $N$. Which are there more of, positive odd divisors of $N$ or positive even divisors of $N$?\nYou will be given $T$ test cases. Solve each of them.\n\n## Constraints\n\n*   All values in input are integers.\n*   $1 \\leq T \\leq 2 \\times 10^5$\n*   $1 \\leq N \\leq 10^{18}$\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$T$\n$case_1$\n$\\vdots$\n$case_T$\n\nEach case is in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"arc116_a","tags":[],"sample_group":[["3\n2\n998244353\n1000000000000000000","Same\nOdd\nEven\n\n$2$ has one positive odd divisor and one positive even divisor."]],"created_at":"2026-03-03 11:01:14"}}