之前她还远程操控我的电脑关机。我写了这个来应对:
#include <bits/stdc++.h> int main() { while(1) system("shutdown -a"); }
如何找到这个入机啊。。。