class Solution{ public: char findKthBit(int n, int k){ if(n==1) return '0'; int len = 1<