{"problem":{"name":"Signed Difficulty","description":{"content":"You are given a real number $X.Y$, where $Y$ is a single digit. Print the following: (quotes for clarity) *   $X$\\-, if $0 \\leq Y \\leq 2$; *   $X$, if $3 \\leq Y \\leq 6$; *   $X$+, if $7 \\leq Y \\leq 9","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc216_a"},"statements":[{"statement_type":"Markdown","content":"You are given a real number $X.Y$, where $Y$ is a single digit.\nPrint the following: (quotes for clarity)\n\n*   $X$\\-, if $0 \\leq Y \\leq 2$;\n*   $X$, if $3 \\leq Y \\leq 6$;\n*   $X$+, if $7 \\leq Y \\leq 9$.\n\n## Constraints\n\n*   $1 \\leq X \\leq 15$\n*   $0 \\leq Y \\leq 9$\n*   $X$ and $Y$ are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X.Y$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc216_a","tags":[],"sample_group":[["15.8","15+\n\nHere, printing `15 +` will not be accepted: do not print a space between $X$ and `+`, or between $X$ and `-`."],["1.0","1-\n\nYou will not get inputs such as `1.00` and `1`."],["12.5","12"]],"created_at":"2026-03-03 11:01:14"}}