#include int main() { int a,b,c; scanf("%d\n%d\n" ,&a,&b); c=100*b/a; printf("%d",c); return 0; }