#include using namespace std; int main() { int T,S,D; cin >> T >> S >> D; cout << double(D)/ S <