P5715 【深基3.例8】三位数排序(python3实现)
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                P5715 【深基3.例8】三位数排序(python3实现)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                https://www.luogu.com.cn/problem/P5715
""" P5715 【深基3.例8】三位數排序 https://www.luogu.com.cn/problem/P5715""" a,b,c=list(map(int,input().split()))if a>b:a,b=b,aif a>c:a,c=c,aif b>c:b,c=c,bprint(a,end=' ')print(b,end=' ')print(c,end=' ')總結
以上是生活随笔為你收集整理的P5715 【深基3.例8】三位数排序(python3实现)的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: 从Scratch到C++ 从Scratc
- 下一篇: 文献检索与论文写作书籍(一)
