标签:
try the code "hello world"
1 #include<iostream> 2 using namespace std; 3 int main() { 4 cout << "hello world" << endl; 5 return 0; 6 }
succeed!
the first blog: record my coding
原文地址:http://www.cnblogs.com/lixiaochina/p/5693203.html