12 2021 档案
实验五 模板类与多态
摘要:任务二 源代码 Person.hpp #pragma once #include<iostream> #include <iomanip> #include<string> using namespace std; class Person { friend ostream& operator<<( 阅读全文
posted @ 2021-12-12 14:16 Popcorn_ZSJ 阅读(41) 评论(3) 推荐(0)