我是小学生 • 3天前
using namespace std; double a, b;
int main() {
cin >> a >> b; printf("%.6lf", a / b); return 0;
}
评论:
请先登录,才能进行评论