11 2021 档案

摘要:Car.hpp #pragma once #include<iostream> #include<string> using namespace std; class Car { private: string maker; string model; int year; int odometers 阅读全文
posted @ 2021-11-24 22:00 Sunshine、烈焰 阅读(33) 评论(2) 推荐(0)
摘要:#include <bits/stdc++.h> using namespace std; class Vector_int { private: int *arrayAd; int length; public: Vector_int(const int &B); Vector_int(const 阅读全文
posted @ 2021-11-04 12:21 Sunshine、烈焰 阅读(16) 评论(3) 推荐(0)