Skip to content

Instantly share code, notes, and snippets.

View BaLaLaLs's full-sized avatar
🏠
Working from home

绮梦 BaLaLaLs

🏠
Working from home
View GitHub Profile
#include <iostream>
#include <vector>
#include <windows.h>
#include <Wbemidl.h>
#include <comutil.h>
#pragma comment(lib, "wbemuuid.lib")
#pragma comment(lib, "comsupp.lib")
#pragma comment(lib, "comsuppw.lib")
using namespace::std;