摘要: #include<iostream> using namespace std; int main(){ for (int i = 0; i < 10; i++) { for (int j = 0; j < 10; j++) { cout << "*" << " "; } cout << endl; 阅读全文
posted @ 2021-11-24 22:08 爱吃牛牛的康康 阅读(344) 评论(0) 推荐(1)