訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容
#include <cstdlib> #include <iostream> #include <string> using namespace std; int main(int argc, char *argv[]) { int q ; cin>>q; int r = 0; for(int i = q, j =0 ; i > 0; i--, j++) { r = 0; string s1 = ""; for( int k = 1; k < i; k++) { s1 += " "; } cout << s1 + "*"; r++; for(int m = 0; m < j; m++) { r+=2; cout << " "; cout << "*"; } cout << "" << endl; } for(int i = 0; i < 3; i++) { for(int j = 0; j < (r / 2); j ++) { cout << " "; } cout << "*"; cout << "" << endl; } system("PAUSE"); return EXIT_SUCCESS; }
深深思念一個人的時候,我們不知不覺的地活在世界的中心...