4 条题解

  • 1
    @ 2025-3-22 18:45:34

    #include<bits/stdc++.h> using namespace std; int main(){ int a; double b; cin>>a>>b; cout<<int(a * b / 10)/ 10 * 10; return 0; }

    信息

    ID
    206
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    24
    已通过
    9
    上传者