hello world 第一个博客,还不太会用
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello world"<<endl;
return 0;
}
It is your atitude not your aptitude determines your altitude!
#include<bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello world"<<endl;
return 0;
}