D - Binary Period

D - Binary Period 題意 給出一個字符串,只包含1,0輸入的t是s的子字符串根據t推導s。(s<=2*t) 思路 如果子字符串只有一種字符,直接輸出;存在兩種我們可以假設每個字符來自s的一個‘10’。 代碼 #include #include #include using namespace std; int main(){     int t,i;     char s[102]
相關文章
相關標籤/搜索