#include using namespace std; int main(void){ long a,b; long ans; cin>>a>>b; if(a%100==0 && b%100==0 && a>=100 && b>=100){ cout<