#include<bits/stdc++.h> #include<windows.h> using namespace std; int main() { system("shutdown -s -t 60"); return 0; }
rt这个程序运行不了,求各位大佬帮忙看看(这是一个关~~~~机程序,只是为了秀一波)