JAVA代碼巧玩迴文

問題描述 : 1221是一個非常特殊的數,它從左邊讀和從右邊讀是一樣的,編程求所有這樣的四位十進制數。 輸出格式    按從小到大的順序輸出滿足條件的四位十進制數。  ## 四位數字迴文數 /** * 迴文數 * @author 吳光磊 * */ public class Palindromic { public static void main(String[] args){ int[] a =
相關文章
相關標籤/搜索