上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 345 下一页
摘要: #include using namespace std; int main (){ char greeting[6] = {... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int main (){ string str1... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int main (){ string str1... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: c++ 对象 #include using namespace std; class Box{ public: double length; // 长度 double breadth; // 宽度 ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(5) 评论(0) 推荐(0)
摘要: c++ 对象 #include using namespace std; class Box{ public: double length; // 长度 double breadth; // 宽度 ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: c++ 结构体 #include #include using namespace std; // 声明一个结构体类型 Books struct Books{ char title[50]; char author[50];... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: c++ 结构体 #include #include using namespace std; // 声明一个结构体类型 Books struct Books{ char title[50]; char author[50];... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(7) 评论(0) 推荐(0)
摘要: 《将博客搬至CSDN》 ff posted on 2019-03-13 19:04 luoganttcc 阅读(...) 评论(...) 编辑 收藏 ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(3) 评论(0) 推荐(0)
摘要: 《将博客搬至CSDN》 ff posted on 2019-03-13 19:04 luoganttcc 阅读(...) 评论(...) 编辑 收藏 ... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(3) 评论(0) 推荐(0)
摘要: c++ 输入 #include using namespace std;int main(){ char name[50]; cout> name; cout <<"您是 :"<<name<<endl;} 你的名字:lg... 阅读全文
posted @ 2022-08-19 22:54 luoganttcc 阅读(10) 评论(0) 推荐(0)
上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 345 下一页