11 2021 档案
摘要:Battery.hpp #ifndef BATTERY_HPP #define BATTERY_HPP #include<iostream> class Battery{ public: Battery(int a); int get_capacity(){return capacity;}; pr
阅读全文
摘要:Vector_int.hpp #ifndef VECTOR_INT_HPP #define VECTOR_INT_HPP #include<iostream> #include<cassert> using namespace std; class Vector_int{ public: Vecto
阅读全文

浙公网安备 33010602011771号