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