1233: 輸出楊輝三角前n行(Java)

WUSTOJ 1233: 輸出楊輝三角前n行 題目 原題連接php Description        輸出楊輝三角前n行。java Input        輸入一個數n(n <= 9)web Output        輸出楊輝三角前n行。(注意行末不能有多餘的空格,數字以%3d的格式輸出)數組 Sample Input 3 4 Sample Output 1 1 1 1
相關文章
相關標籤/搜索