1 条题解

  • -1
    @ 2026-4-7 13:01:59

    #include #include using namespace std; int main() { double a=625.3; double b=1.6; cout<<fixed<<setprecision(3)<<a/b<<endl;
    }

    • @ 2026-5-16 10:31:56

      foo.cc:4:10: error: #include expects "FILENAME" or 4 | #include #include using namespace std; int main() { double a=625.3; double b=1.6; cout<<fixed<<setprecision(3)<<a/b<<endl; | ^ foo.cc:5:1: error: expected declaration before '}' token 5 | } | ^

信息

ID
3490
时间
1000ms
内存
256MiB
难度
5
标签
递交数
173
已通过
73
上传者