11 条题解

  • 0
    @ 2025-2-2 21:46:00
    #include<bits/stdc++.h>
    using namespace std;
    const int N=1e5+10;
    int main(){
    	double a,b;
    	cin>>a>>b;
    	double c=a*b;
    	printf("%.2f",c);
    	
    	return 0;
    }
    

    信息

    ID
    844
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    递交数
    716
    已通过
    416
    上传者