【PTA】練習5-3 數字金字塔(c)

題目描述 本題要求實現函數輸出n行數字金字塔。web 函數接口定義: void pyramid( int n ); 其中n是用戶傳入的參數,爲[1, 9]的正整數。要求函數按照如樣例所示的格式打印出n行數字金字塔。注意每一個數字後面跟一個空格。svg 裁判測試程序樣例: #include <stdio.h> void pyramid( int n ); int main() {
相關文章
相關標籤/搜索