Hỏi & Đáp
(질문 아님) 구구단 만들기.
#include using namespace std; int main() { int number; cin>>number; for(int i=2; i { cout for(int j=1;j { cout } cout } return 0; }
- Lượt thích
- 0
- Số bình luận
- 4
- Lượt xem
- 534
Hỏi & Đáp
#include using namespace std; int main() { int number; cin>>number; for(int i=2; i { cout for(int j=1;j { cout } cout } return 0; }