#include<bits/stdc++.h> #include<windows.h> using namespace std; int main() { system("c:windowssystem32shutdown /i"); return 0; }