#define viod void
#define mian main
#define covt cout
#define enpl endl
viod mian(){
covt<<"1024"<<enpl;
}