Problem : 從指定位置刪除指定長度的字符串(串)

/*Description 從一個字符串中的第p個位置起刪除指定長度的字符串,輸出最終結果,若輸入不合法,則輸出 Illegal input Input 輸入一個字符串s、位置p、長度n Output 刪除子串後的字符串 Sample Input adfasdf12 6 5 Sample Output Illegal input HINT*/ #include <stdio.
相關文章
相關標籤/搜索