#include using namespace std; long P,Q,A; main() { cin>>P>>Q>>A; long L=0,R=1e9+1; while(R-L>1) { long M=(L+R)/2; if(M*(100+P)/100