#include <iostream>
#include <vector>
#include <string>
using namespace std;

int main() {
    string s;
    cin>>s;
    vector<string>s1={'T','E','A','K','C','R'};
    vector<string>s2={'1','00','0010','0110','1010','1110'};
    while(true){
        
    }
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: