标签:
1 #include <iostream> 2 3 using namespace std; 4 5 int main() 6 { 7 cout << "This is my FIRST note." << endl; 8 return 0; 9 }
FIRST note
原文地址:http://www.cnblogs.com/zenjie/p/4441652.html