#include int main(void){ int d,p; scanf("%d%d",&d,&p); printf("%d\b\b",d*(100+p)); return 0; }