Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lamentamos que algo salió mal. ¿Qué pasó?

book
Sort a Pair of Numbers

Given two integers x and y, return a list of integers: the first being the minimum of x and y, and the second being the maximum of x and y.

Example 1

Input:

x = 5; y = 3

Output:

[3, 5]
main.cpp

main.cpp

cpp

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt