Board logo

標題: 2024/03/16 課堂重點(沁寧) [打印本頁]

作者: 陳育霖    時間: 2024-3-15 19:53     標題: 2024/03/16 課堂重點(沁寧)

本帖最後由 陳育霖 於 2024-4-12 21:58 編輯

今日課堂重點:
字串處理 (十) - 判斷大小寫
stringstream 字串串流 (一)
stringstream 字串串流 (二)
字串分割 (一)
字串分割 (二)

作業:
打字練習 6 次
replace() 函式
substr() 函式

今日考試:
403 字串與檔案處理 (字串大小寫轉換)
字串處理 (八) - 將字串轉換為ASCII碼

下次考試:
卷九

作者: 陳沁寧    時間: 2024-3-16 15:43

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<ctime>
  4. using namespace std;
  5. int main(){
  6.     string str;
  7.     cin >> str;
  8.     for(int i = 0; i < str.size(); i++){
  9.         if(str[i] < 'a'){
  10.             cout << char(str[i] + ' ');
  11.         } else {
  12.             cout << char(str[i] - ' ');
  13.         }
  14.     }
  15.     cout << endl;
  16.     system("pause");
  17.     return 0;
  18. }
複製代碼

作者: 陳沁寧    時間: 2024-3-30 00:54

29 WPM
(words per minute)
Keystrokes        (143 | 0) 143
Accuracy        95.33%
Correct words        27
Wrong words        0

27 WPM
(words per minute)
Keystrokes        (137 | 0) 137
Accuracy        90.13%
Correct words        25
Wrong words        0

32 WPM
(words per minute)
Keystrokes        (158 | 0) 158
Accuracy        95.18%
Correct words        29
Wrong words        0

26 WPM
(words per minute)
Keystrokes        (130 | 0) 130
Accuracy        87.84%
Correct words        24
Wrong words        0

32 WPM
(words per minute)
Keystrokes        (161 | 0) 161
Accuracy        96.41%
Correct words        30
Wrong words        0

34 WPM
(words per minute)
Keystrokes        (170 | 0) 170
Accuracy        96.59%
Correct words        29
Wrong words        0




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2