#include <stdio.h> int main(){ int reg,pos; scanf("%d %d",®,&pos); reg=reg| (1<<pos); printf("%d",reg); return 0; }