par0CLUBHOUSE
SIGN IN
◂ BACK TO COURSE
Largest NumberPAR 110
mediumD ×1.8 VERIFIED SOLVABLE

Largest Number The input is a line of text that contains one or more integers scattered among ordinary words (some of those words may look like distractors). Find every integer that appears in the text and output the one with the largest numeric value. Output format Output only the bare integer — just the digits (with a leading minus sign if the largest value is negative). No words, no labels, no punctuation, no quotes. Example: if the largest integer is 250, output exactly: 250

PUBLIC EXAMPLES
INI have 3 apples, 12 oranges, and 7 bananas.
OUT12
INRoom 101 is down the hall from room 250, near exit 9.
OUT250
~1 strokes / par 110