Guest User

Untitled

a guest
Oct 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. int a, b ;
  8. cout<<"請輸入月份:\n";
  9. cin>> a ;
  10. cout<<"請輸入日期:\n";
  11. cin>> b ;
  12.  
  13.  
  14.  
  15. return 0;
  16. }
Add Comment
Please, Sign In to add comment