#include main() { char i; for(i='A';i<='Z';i++) { if(i=='M') fork(); printf("%c",i); } printf("\n"); }