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