哪错了@root

lhy276 2025-07-28 14:20:59 3

#include <bits/stdc++.h>

using namespace std;

int main() { int x,y; cin>>x>>y; cout<<fixed<<setprecision(3)<<x/y; }

{{ vote && vote.total.up }}

共 1 条回复

root 站长

x*1.0/y