会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lxyyyds
博客园
首页
新随笔
联系
订阅
管理
2022年11月30日
实验五
摘要: task.4 cpp #include <iostream> #include "Pets.hpp" void play(MachinePets &obj) { std::cout << obj.get_nickname() << " says " << obj.talk() << std::end
阅读全文
posted @ 2022-11-30 13:19 我不当大哥好多年了
阅读(28)
评论(0)
推荐(0)
2022年11月8日
实验四
摘要: //task.5.cpp #include <iostream> #include "vectorInt.hpp" void test() { using namespace std; int n; cin >> n; vectorInt x1(n); for (auto i = 0; i < n;
阅读全文
posted @ 2022-11-08 19:23 我不当大哥好多年了
阅读(30)
评论(0)
推荐(0)
2022年10月26日
实验三
摘要: #include <iostream> using std::cout; using std::endl; // 类A的定义 class A{ public: A(int x0, int y0): x{ x0 }, y{ y0 } {} void show() const { cout << x <
阅读全文
posted @ 2022-10-26 08:41 我不当大哥好多年了
阅读(29)
评论(0)
推荐(0)
2022年10月17日
实验二
摘要: 实验四 #pragma once #include <iostream> #include <string> #include <iomanip> #include <cmath> using std::cout; using std::endl; class Complex { public: C
阅读全文
posted @ 2022-10-17 16:55 我不当大哥好多年了
阅读(36)
评论(0)
推荐(0)
2022年10月4日
实验一
摘要: #include<iostream> #include<cstring> #include<vector> using namespace std; int main() { string s1; string s2{"c plus plus"}; string s3{s2}; string s4
阅读全文
posted @ 2022-10-04 20:03 我不当大哥好多年了
阅读(20)
评论(0)
推荐(0)
2022年9月27日
个人主页地址
摘要: https://www.cnblogs.com/lxyyyds/
阅读全文
posted @ 2022-09-27 23:10 我不当大哥好多年了
阅读(63)
评论(0)
推荐(0)
公告