Advertisement
kk258966

進階程式設計 12/26 練習一

Dec 26th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include<iostream>
  2. #include<cstdlib>
  3.  
  4. //主程式
  5. int main()
  6. {
  7.     //顯示訊息
  8.     std::cout << "建立C++程式\n";
  9.    
  10.   system("PAUSE");
  11.   return 0;  
  12.    
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement