#pragma once class CSystem { public: CSystem(); ~CSystem(); static int get_CPU_core_num(); //程序休眠X秒 static void my_sleep(int second); };