10 条题解

  • 0
    @ 2025-10-17 20:48:04

    #include<bits/stdc++.h> using namespace std; int main() { double x,y; int n,a; cin>>x>>y>>n; a=(n*x)/y; cout<<a<<endl; return 0; }

    信息

    ID
    824
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    998
    已通过
    398
    上传者