11 2021 档案

摘要:#ifndef __Car_HPP__ #define __Car_HPP__ #include<iostream> #include<string> #include<iomanip> using namespace std; class Car { public: Car(){} Car(str 阅读全文
posted @ 2021-11-28 14:29 Panyunyu 阅读(48) 评论(4) 推荐(0)
摘要:#ifndef __vector_int_HPP__ #define __vector_int_HPP__ #include<iostream> #include<cassert> using namespace std; class Vector_int { public: Vector_int( 阅读全文
posted @ 2021-11-09 16:59 Panyunyu 阅读(37) 评论(3) 推荐(0)
摘要:#include"music.hpp" #include<iostream> #include<vector> #include<string> int main() { using namespace std; const int capacity = 100; int n=0; int num; 阅读全文
posted @ 2021-11-02 19:11 Panyunyu 阅读(36) 评论(4) 推荐(0)