4 字串分隔

2021-09-13 20:46:51 字數 1032 閱讀 2423

連續輸入字串,請按長度為8拆分每個字串後輸出到新的字串陣列;

長度不是8整數倍的字串請在後面補數字0,空字串不處理。

輸入描述

連續輸入字串(輸入2次,每個字串長度小於100)

輸出描述

輸出到長度為8的新字串陣列

示例1

輸入:abc

123456789

輸出:abc00000

12345678

90000000

#include

#include

using

namespace std;

intmain()

}if(str1remd !=0)

for(

int k =

0; k <

8- str1remd;

++k)

cout << endl;

//換行

}while

(cin >> str2)}if

(str2remd !=0)

for(

int k =

0; k <

8- str2remd;

++k)

cout << endl;

//換行}}

}return0;

}

#include

#include

using

namespace std;

intmain()

cout << str.(8

-str.

size()

,'0'

)<< endl;

//不夠8位的補0

}}

華為機試訓練4 字串分隔

輸入描述 連續輸入字串 輸入多次,每個字串長度小於100 輸出描述 輸出到長度為8的新字串陣列示例1 輸入描述中有提到輸入多次 rl.on line function input rl.on close function else 多組輸出 res.foreach output console.lo...

Oracle 根據分隔符分隔字串

為了讓pl sql 函式返回資料的多個行 必須通過返回乙個 ref cursor 或乙個資料集合來完成 ref cursor 的這種情況侷限於可以從查詢中選擇的資料 而整個集合在可以返回前 必須進行具體化 oracle 9i 通過引入的管道化表函式糾正了後一種情況 表函式是返回整個行的集 通常作為乙...

專案4 字串加密

檔名稱 main.cpp,sqstring.cpp,sqstring.h 完成日期 2015年10月23日 版本號 vc 6.0 問題描述 乙個文字串可用事先編制好的字元對映表進行加密。例如,設字元對映表為 abcdefghijklmnopqrstuvwxyz ngzqtcobmuhelkpdawx...