11 2021 档案

摘要:实验4 Vector_int.hpp #ifndef VECTOR_INT_HPP #define VECTOR_INT_HPP #include <iostream> using namespace std; class Vector_int{ public: Vector_int(int nn, 阅读全文
posted @ 2021-11-10 12:54 折木奉太郎A 阅读(23) 评论(1) 推荐(0)
摘要:info.cpp 1 #include<iostream> 2 #include<string> 3 4 using namespace std; 5 6 class Info 7 { 8 private: 9 string nickname; 10 string contact; 11 strin 阅读全文
posted @ 2021-11-03 14:45 折木奉太郎A 阅读(41) 评论(2) 推荐(0)