#pragma once #include #include using namespace std; char* str2char(string str); string num2str(int num);