用法1:輸入一個數字或字符#include using namespace std; main () { int a,b; cin>>a>>b; cout<<a+b<<endl; } 用法2:接收一個字符串,遇“空格”、“TAB”、“回車”就 ...
確定! 回上一頁