摘要: 1 void ch5_1() { 2 using namespace std; 3 int small, big, sum{0}; 4 cout << "enter small and big: " << endl; 5 cout << "small: "; cin >> small; 6 cout 阅读全文
posted @ 2021-08-28 15:25 开心果壳好硬 阅读(144) 评论(0) 推荐(0)