c++ 从入门到放弃
#include <iostream>
using namespace std;
int main(){
return 0;
cout<<"hello,world"<<endl;
}
c++ 从入门到放弃
#include <iostream>
using namespace std;
int main(){
return 0;
cout<<"hello,world"<<endl;
}
转载于:https://www.cnblogs.com/hellokittyblog/p/8186200.html