Điểm:
100
Thời gian:
1.0s
Bộ nhớ:
640M
Input:
bàn phím
Output:
màn hình
In ra màn hình theo mẫu
Example
Test 1
Output
Hello world
*
**
***
**
*
Bình luận
include <iostream>
using namespace std;
int main()
{
cout << "Hello world" << endl;
cout<<""<<endl;
cout<<""<<endl;
cout<<""<<endl;
cout<<"*"<<endl;
cout<<"";
return 0;
}
10 bình luận nữa