數字反轉

題目 輸入一個不小於 100 且小於 1000,同時包括小數點後一位的一個浮點數,例如123.4,要求把這個數字翻轉過來,變成4.321並輸出。web 輸入格式 無svg 輸出格式 無spa Sample Input 123.4code Sample Output 4.321xml 代碼token #include<stdio.h> using namespace std; int main()
相關文章
相關標籤/搜索