#include<iostream> using namespace std; int main() { int x,y,z,n,m,c; cin>>x>>y>>z>>n>>m; c=100/x/y/z/n/m; cout<<c; return 0; }