#include using namespace std; int main() { int a, b; cin >> a >> b; //C方法: printf("%.3f", 1.0 * a / b); return 0; }