Hello OIer!
1 #include<iostream> 2 using namespace std; 3 int main(){ 4 cout<<"Hello OIer!"; 5 return 0; 6 }
Hello OIer
原文:https://www.cnblogs.com/cspjs/p/12027955.html