#L1010. 比较大小
比较大小
题面描述:
本题要求将输入的任意3个整数从小到大输出。
输入描述:
输入在一行中给出3个整数,其间以空格分隔。
输出描述:
在一行中将3个整数从小到大输出,其间以“->”相连。
4 2 8
2->4->8
本题要求将输入的任意3个整数从小到大输出。
输入在一行中给出3个整数,其间以空格分隔。
在一行中将3个整数从小到大输出,其间以“->”相连。
4 2 8
2->4->8
By signing up a 追梦算法网 universal account, you can submit code and join discussions in all online judging services provided by us.