[C++] Untitled →→→→→进入此内容的聊天室

来自 Diminutive Leech, 2022-12-02, 写在 C++, 查看 75 次.
URL http://www.code666.cn/view/5558aeea
  1. #include <iostream>
  2. #include <cstring>
  3. using namespace std;
  4. int main()
  5. {
  6.     char s[101];
  7.     int sl;
  8.     while (cin.getline(s,101))
  9.     {
  10.         sl = strlen(s);
  11.         strupr(s);
  12.         strlwr(s[0]);
  13.     }
  14. }
  15.  

回复 "Untitled"

这儿你可以回复上面这条便签

captcha