#include #include using namespace std; void thread_c() { for (int i = 0; i < 11; ++i) { cout << i; } } int ma