{"problem":{"name":"181. Sorted Numbers","description":{"content":"You like sequences of numbers that are in sorted order. You have three integers, and you want to figure out whether or not they're sorted, i.e. the first number is less than (not equal to) the second ","description_type":"Markdown"},"platform":"Codeforces","limit":{"time_limit":1000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"CF10269181"},"statements":[{"statement_type":"Markdown","content":"You like sequences of numbers that are in sorted order. You have three integers, and you want to figure out whether or not they're sorted, i.e. the first number is less than (not equal to) the second number, and the second number is less than (not equal to) the third number.\n\nThe only line of input consists of three space-separated integers.\n\nIf the three integers given are sorted, output \"SORTED\" (no quotes). Otherwise, output \"UNSORTED\".\n\n## Input\n\nThe only line of input consists of three space-separated integers.\n\n## Output\n\nIf the three integers given are sorted, output \"SORTED\" (no quotes). Otherwise, output \"UNSORTED\".\n\n[samples]","is_translate":false,"language":"English"},{"statement_type":"Markdown","content":"**Definitions**  \nLet $ a, b, c \\in \\mathbb{Z} $ be three integers.\n\n**Constraints**  \nNone (input is always three integers).\n\n**Objective**  \nDetermine whether $ a < b < c $.  \nIf true, output \"SORTED\"; otherwise, output \"UNSORTED\".","is_translate":false,"language":"Formal"}],"meta":{"iden":"CF10269181","tags":[],"sample_group":[],"created_at":"2026-03-03 11:00:39"}}