摘要:
#include <iostream> #include <vector> using namespace std; int vector02(); //全局函数要在使用前事先声明 class student { public: student(int a) { } ~student() { } s 阅读全文
posted @ 2023-04-23 00:03
小颜七七
阅读(103)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <vector> using namespace std; int vector02(); //全局函数要在使用前事先声明 class student { public: student(int a) { } ~student() { } s 阅读全文
posted @ 2023-04-23 00:03
小颜七七
阅读(103)
评论(0)
推荐(0)
|