写在前面:以下为个人笔记,如有错误,欢迎指出交流!一、cin>>用法1:输入一个数字或字符#include <iostream>using namespace std;main (){ int a; char b; cin>>a>>b ...
確定! 回上一頁