首页 新闻 会员 周边
2
回答数

已解决问题 c++。。。。。

#include<iostream>using namespace std;class student{public: int a;};int main(){ student st[3]; int i
2
回答数

已解决问题 c++。。。。

c++中error: no match for 一般是什么出现了问题