返回列表 發帖
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main(void){
  5.     char char_user;//字元          int 整數
  6.     cout <<"Please enter an Character :"<<endl;
  7.     cin >>char_user;
  8.     cout << (int)char_user <<endl;
  9.     system("pause");
  10.     return 0;
  11. }
複製代碼
分數掛蛋的心情像空白的紙,再次期望著奇蹟的到來。

TOP

返回列表