Skip to content
C

Larger Value (Ternary)

Easyjava

Read two integers and print the larger one using a single ternary expression.

Input: two integers separated by whitespace.

Output: one line — the larger value.

Input (stdin)

Output

Run your code to see output here...