{"problem":{"name":"Red or Not","description":{"content":"You will be given an integer $a$ and a string $s$ consisting of lowercase English letters as input. Write a program that prints $s$ if $a$ is not less than $3200$ and prints `red` if $a$ is less than ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc138_a"},"statements":[{"statement_type":"Markdown","content":"You will be given an integer $a$ and a string $s$ consisting of lowercase English letters as input.\nWrite a program that prints $s$ if $a$ is not less than $3200$ and prints `red` if $a$ is less than $3200$.\n\n## Constraints\n\n*   $2800 \\leq a < 5000$\n*   $s$ is a string of length between $1$ and $10$ (inclusive).\n*   Each character of $s$ is a lowercase English letter.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$a$\n$s$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc138_a","tags":[],"sample_group":[["3200\npink","pink\n\n$a = 3200$ is not less than $3200$, so we print $s =$ `pink`."],["3199\npink","red\n\n$a = 3199$ is less than $3200$, so we print `red`."],["4049\nred","red\n\n$a = 4049$ is not less than $3200$, so we print $s =$ `red`."]],"created_at":"2026-03-03 11:01:13"}}