输出“hello world!”;!也需要输出
python
print('hello world!')
C++
#include <bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello world!"<<endl;
return 0;
}
输出“hello world!”;!也需要输出
python
print('hello world!')
C++
#include <bits/stdc++.h>
using namespace std;
int main()
{
cout<<"hello world!"<<endl;
return 0;
}