Try
1 #include<iostream> 2 3 using namespace std; 4 5 int main() 6 { 7 cout << "hello world"; 8 }
Try
1 #include<iostream> 2 3 using namespace std; 4 5 int main() 6 { 7 cout << "hello world"; 8 }
转载于:https://www.cnblogs.com/moli1220/p/4384432.html