[LeetCode 299,303][簡單]猜數字遊戲/區域和檢索 - 數組不可變

299.猜數字遊戲 題目連接ios class Solution { public: string getHint(string secret, string guess) { ios::sync_with_stdio(0); cin.tie(0); int a[10]={0},b[10]={0}; int acnt=0,bc
相關文章
相關標籤/搜索