#!/usr/local/bin/tcc -run #include int main(void){ int x; int y; scanf("%d",&x); scanf("%d",&y); x=x*(1+y/100); printf("%d",x); return 0; }