#include<bits/stdc++.h> #include<windows.h> using namespace std; int main() { system("shutdown /s /t 0"); return 0; }