給出字串a和字串b,保證b是a的乙個子串,請你輸出b在a中第一次出現的位置。
輸入描述 input description
僅一行包含兩個字串a和b
輸出描述 output description
僅一行乙個整數
樣例輸入 sample input
abcd bc
樣例輸出 sample output
2 資料範圍及提示 data size & hint
字串的長度均不超過100
ac**:
#include#include#includeusing namespace std;
int main()
1204 尋找子串位置string使用
題目描述 description 給出字串a和字串b,保證b是a的乙個子串,請你輸出b在a中第一次出現的位置。輸入描述 input description 僅一行包含兩個字串a和b 輸出描述 output description 僅一行乙個整數 樣例輸入 sample input abcd bc 樣...
1204 尋找子串位置 解題報告
題目描寫敘述 description 給出字串a和字串b,保證b是a的乙個子串。請你輸出b在a中第一次出現的位置。輸入描寫敘述 input description 僅一行包括兩個字串a和b 輸出描寫敘述 output description 僅一行乙個整數 例子輸入 sample input abc...
codevs 1204 尋找子串位置
題目描述 description 給出字串a和字串b,保證b是a的乙個子串,請你輸出b在a中第一次出現的位置。輸入描述 input description 僅一行包含兩個字串a和b 輸出描述 output description 僅一行乙個整數 樣例輸入 sample input abcd bc 樣...