本題要求實現乙個字串查詢的簡單函式。
函式介面定義:
char *search( char *s, char *t );
#include
#define maxs 30
char *search(char *s, char t);
void readstring( char s ); / 裁判提供,細節不表 */
int main()
else}if
(flag)
//flag=1,表示正常走出迴圈,即已找到與t相同的字串
break
;//跳出外迴圈
i++;}
if(flag)
//在s中找到 t,且s中t的首位址被mask標記
return s+mask;
else
//沒找到
return
null
;}
實驗11 1 8 查詢子串 20 分
本題要求實現乙個字串查詢的簡單函式。函式介面定義 char search char s,char t 函式search在字串s中查詢子串t,返回子串t在s中的首位址。若未找到,則返回null。裁判測試程式樣例 include define maxs 30 char search char s,cha...
實驗11 1 8 查詢子串
本題要求實現乙個字串查詢的簡單函式。函式介面定義 char search char s,char t 函式sea rc hsearch search 在字串s ss中查詢子串t tt,返回子串t tt在s ss中的首位址。若未找到,則返回nul lnull null 裁判測試程式樣例 include...
7 6 查詢子串 20分
7 6 查詢子串 20分 本題要求實現乙個字串查詢的簡單函式。函式介面定義 char search char s,char t 函式search在字串s中查詢子串t,返回子串t在s中的首位址。若未找到,則返回null。裁判測試程式樣例 include define maxs 30 char sear...