Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
何か問題が発生したようで申し訳ありません。何が起こりましたか?

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

C++

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt