220011wan

导航

实验四

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 on 2022-11-02 20:50  或者明天  阅读(11)  评论(0编辑  收藏  举报