// editor2
#include<iostream>
using namespace std;
int main(){
    double work, indRate, workers, groupRate;
    cin>>worl;
    cin>>indRate;
    cin>>workers;
    cin>>groupRate;
    
    cout<<work/indRate<<endl;
    cout<<work/workers*groupRate);
    return 0;
    
}