返回列表 發帖
  1. #include<cstdlib>
  2. #include<iostream>
  3. using namespace std;
  4. int main(){
  5.     cout<<"wassup?";
  6.     string str;
  7.     getline(cin,str);
  8.     cout<<str.length()<<"!!!!"<<endl;
  9.     cout<<str.size()<<"!!!!";

  10.     system("pause");
  11.     return 0;
  12. }
複製代碼
Attention Seeker </3

TOP

返回列表