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