= = = = = = = = = = = = = = = = = = = for Dev C++ = = = = = = = = = = = = = = = = = = = /*Hello World*/ #include using namespace std; int main() { cout << "Hello! World!\n"; cout << "哈囉! C++!\n"; system(" PAUSE" ); return 0; } = = = = = = = = = = = = = = = = = = = for MS VC++ = = = = = = = = = = = = = = = = = = = /*Hello World*/ #include using namespace std; int main() { cout << "Hello! World!\n"; cout << "哈囉! C++!\n"; return 0; }
文章標籤
全站熱搜
創作者介紹
創作者 albert1225 的頭像
albert1225

AlbertYang的甘苦滋味

albert1225 發表在 痞客邦 留言(0) 人氣(21)