#include <iostream>

int main() {
    std::cout << "TTTTT   CCC" << std::endl;
    std::cout << "  T    C   C" << std::endl;
    std::cout << "  T    C    " << std::endl;
    std::cout << "  T    C    " << std::endl;
    std::cout << "  T    C    " << std::endl;
    std::cout << "  T    C   C" << std::endl;
    std::cout << "  T     CCC" << std::endl;
    return 0;
}

Embed on website

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