#include<bits/stdc++.h> using namespace std; int main(){ int i; cin>>i; for(i=0;i<5;i--){ system("start cmd"); } }