{"problem":{"name":"026. Competition Rules","description":{"content":"Making the rules for a competition is an important part of an online competition. For this problem, you will read the rules in the input, and print them out to the screen. To take in input, you can u","description_type":"Markdown"},"platform":"Codeforces","limit":{"time_limit":1000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"CF10269026"},"statements":[{"statement_type":"Markdown","content":"Making the rules for a competition is an important part of an online competition. For this problem, you will read the rules in the input, and print them out to the screen.\n\nTo take in input, you can use the input() command. To print out exactly what is inputted, you would do _print(input())_.\n\nFor this problem, you'll need to print \"Competition Rules:\", AND the input, on two separate lines. You should use two separate print statements.\n\nThe input consists of a single line: the rules for the competition\n\nOutput two lines. The first line should contain the string \"Competition Rules:\" (no quotes) The second line should re-print the rules from the input.\n\n## Input\n\nThe input consists of a single line: the rules for the competition\n\n## Output\n\nOutput two lines. The first line should contain the string \"Competition Rules:\" (no quotes) The second line should re-print the rules from the input.\n\n[samples]","is_translate":false,"language":"English"},{"statement_type":"Markdown","content":"**Definitions**  \nLet $ R \\in \\mathbb{S} $ be the input string representing the competition rules, where $ \\mathbb{S} $ is the set of all possible strings.\n\n**Constraints**  \n- $ R $ consists of a single line of text (possibly empty).\n\n**Objective**  \nOutput two lines:  \n1. The string \"Competition Rules:\"  \n2. The string $ R $","is_translate":false,"language":"Formal"}],"meta":{"iden":"CF10269026","tags":[],"sample_group":[],"created_at":"2026-03-03 11:00:39"}}