#include <iostream>#include <windows.h>using namespace std;int main(int argc, char * argv[]){ HANDLE hFind; WIN32_FIND_DATA FindData; ...
確定! 回上一頁