220011wan

导航

2022年11月2日 #

实验四

摘要: 1 #pragma once 2 #include<iostream> 3 using namespace std; 4 class vectorInt 5 { 6 public: 7 friend void output(vectorInt& x); 8 vectorInt(int n); 9 v 阅读全文

posted @ 2022-11-02 20:50 或者明天 阅读(11) 评论(0) 推荐(0) 编辑