#include <stdio.h>
int main(){
printf("dmr, thank you very much!\n");
printf("Now, you are part of cyberspace!\n");
printf("We will see you there…\n");
return 0;
}
