C/C++經典程序訓練5---圖形打印問題

#include<stdio.h> int main() { int n; int i; int temp; scanf("%d",&n); for(i = 1; i <= n; i++) { for(temp = i; temp < n; temp++) {
相關文章
相關標籤/搜索