会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
nitendoblog
博客园
首页
新随笔
联系
订阅
管理
2022年11月30日
实验六
摘要: task3_1 #include <iostream> #include <fstream> #include <array> #define N 5 int main() { using namespace std; // array<int, N> x {97, 98, 99, 100, 101
阅读全文
posted @ 2022-11-30 18:48 nibapi
阅读(34)
评论(0)
推荐(0)
2022年11月24日
实验五
摘要: pets.hpp #pragma once #include<bits/stdc++.h> using namespace std; class MachinePets{ public: MachinePets(){} MachinePets(const string s); ~MachinePet
阅读全文
posted @ 2022-11-24 22:09 nibapi
阅读(40)
评论(0)
推荐(0)
2022年11月3日
实验四
摘要: 实验任务五 vectorInt.hpp #pragma once #include<bits/stdc++.h> using namespace std; class vectorInt{ public: vectorInt(int n); vectorInt(int n,int v); vecto
阅读全文
posted @ 2022-11-03 19:00 nibapi
阅读(23)
评论(0)
推荐(0)
2022年10月20日
实验三
摘要: 实验任务五 info.hpp #pragma once #include<bits/stdc++.h> using namespace std; class Info{ public: Info(string nick0,string contact0,string city0,int num0);
阅读全文
posted @ 2022-10-20 21:29 nibapi
阅读(32)
评论(0)
推荐(0)
2022年10月13日
实验二
摘要: 实验任务四 main.cpp #include"Complex.hpp" #include<iostream> using std::cout; using std::endl; void test() { using namespace std; Complex c1(3, -4); const
阅读全文
posted @ 2022-10-13 21:07 nibapi
阅读(32)
评论(0)
推荐(0)
2022年9月29日
实验一
摘要: #include<iostream> using std::cout; using std::endl; using namespace std; class Point { public: Point(int x0 = 0, int y0 = 0); Point(const Point&p );
阅读全文
posted @ 2022-09-29 19:47 nibapi
阅读(11)
评论(0)
推荐(0)
2022年9月27日
my blog address
摘要: #include<iostream> using namespace std; int main(){ cout<<"www.cnblogs.com/nitendoblog/"; }
阅读全文
posted @ 2022-09-27 18:59 nibapi
阅读(25)
评论(0)
推荐(0)
公告