In ra hình vẽ sau:
Output
* * * * * * * * * *********** * * *
#include <iostream> using namespace std; int main() { for (int i = 1; i <= 6; i++) { for (int j = 1; j <= 11; j++) if (i == 6 || i + j == 7 || i - j == -5) cout << "*"; else cout << " "; cout << endl; } for (int i = 1; i <= 3; i++) { for (int j = 1; j <= 6; j++) if (j == 6) cout << "*"; else cout << " "; cout << endl; } return 0; }
Sao của bạn dài thế của mình như vầy :
#include<bits/stdc++.h> using namespace std; int main() { std::cout << " *"<< std::endl; std::cout << " * *" << std::endl; std::cout << " * *" << std::endl; std::cout << " * *"<< std::endl; std::cout << " * *" << std::endl; std::cout << "***********" << std::endl; std::cout << " *" << std::endl; std::cout << " *" << std::endl; std::cout << " *" << std::endl; }
ng ta code sạch ak bạn 🙂
Bình luận
Sao của bạn dài thế của mình như vầy :
ng ta code sạch ak bạn 🙂