- 张锦程's blog
J.min(x,y)
- 2025-1-18 12:28:55 @
背景
初学者专用,^_^
题目描述
给定两个整数x和y,输出其中最小的数。
输入/出格式
输入格式
两个整数x和y, int的最大值
输出格式
一个整数,输出x,y中最小的数。
样例
501 500
500
初学者专用,^_^
给定两个整数x和y,输出其中最小的数。
两个整数x和y,0≤x,y≤ int的最大值
一个整数,输出x,y中最小的数。
501 500
500
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.