摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 int main() { 8 //编程练习5.1 9 /*int num1, num2; 10 cout > num1; 12 cout > num2; 14 int su... 阅读全文
posted @ 2019-09-05 16:36 小新新的蜡笔 阅读(149) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<climits> #include<string> #include<cstring> #include<array> using namespace std; struct CandyBar { string brand; double weight; int carl; }; struct Pizza { string companyNa 阅读全文
posted @ 2019-09-05 11:47 小新新的蜡笔 阅读(136) 评论(0) 推荐(0) 编辑