#include <iostream>
int
main
()
{
std
::
cout
<<
"Welcome to BBCN"
<<
std
::
endl
;
return
0
;
}