1 条题解

  • 0
    @ 2025-11-15 11:13:35
    #include <bits/stdc++.h>
    using namespace std;
    int main()
    {
        float a=0,b=0;
        cin>>a>>b;
        printf("%.2f",a+b);
    	return 0;
    }
    
    
    • 1

    信息

    ID
    109
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    (无)
    递交数
    357
    已通过
    83
    上传者