題目如下:
問題 g: 擷取字串(函式)
時間限制: 1 sec 記憶體限制: 128 mb
題目描述
編寫乙個函式int substr(char str1,char str2,int index),其作用是,將從字串str1 (長度超過30) 的第index個字元開始的所有字元複製,生成新的字串str2,如果成功生成,函式返回1,如果不能成功生成,返回0
輸入測試資料的組數n
第一組資料
第二組資料
........
輸出成功生成就輸出子串,不成功生成,輸出"indexerror"
樣例輸入
3 zhenshen university
9 www.szu.edu.cn
12 8
樣例輸出
university
cn indexerror
**如下:
#include#include#includeusing namespace std;
int main()
else
cout << endl;
} }return 0;
}
C 擷取字串
1.根據單個分隔字元用split擷取 string st gt123 1 string sarray st.split 即可得到sarray 0 gt123 sarray 1 1 2.利用多個字元來分隔字串 string str gtazb jiangjben 123 string sarray s...
c 擷取字串
使用c 語法編寫程式時,我們需要擷取乙個字串左邊或右邊的若干個字元,該如何操作呢?在vb中可以使用left或right函式實現,c 中沒有提供這樣的函式呢?答案是沒有。但是,c 中提供substring方法可以實現相關功能。用法一 string.substring 方法 startindex,len...
asp擷取字串函式 asp怎麼擷取字串
asp擷取字串函式 asp怎麼擷取字串 擷取字串 strvalue 標題,字數 function strvalue str,lennum dim p num dim i if strlen str lennum then strvalue str else p num 0 x 0do while n...