Q1143316492
Q1143316492
全部文章
分类
未归档(115)
归档
标签
去牛客网
登录
/
注册
Q1143316492的博客
全部文章
(共5篇)
本来想好好背单词。。。
懒得写爬虫(不会),花一分钟写个匹配答案。然后又不能好好背单词了。。。,存一下以后说不定其他作业用得到 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 map<string, str...
cpp
2018-05-02
0
498
C++复数类面向对象的参考
#include <bits/stdc++.h> #include <future> #include <thread> using namespace std; class Complex { public: Complex (double r = ...
cpp
2019-02-15
0
579
C++带指针的类的注意点
/** 作者: cwl 内容: 带指针类的注意点 c++构造函数,拷贝构造,拷贝赋值 new delete解析 */ #include <bits/stdc++.h> using namespace std; class Stri...
cpp
2019-02-15
0
482
C++对象间关系
/** 作者: cwl 内容: 类的符合,继承,委托 */ #include <bits/stdc++.h> using namespace std; class Father { public: Father(const string & _n...
cpp
2019-02-15
0
449
c++的一些杂项
/** cwl: 内容:c++非面向对象的一些杂项总结 1, c++转换函数 */ #include <bits/stdc++.h> using namespace std; class Fraction { public: Fractio...
cpp
2019-02-15
0
523