8 条题解

  • -1
    @ 2023-6-4 20:05:26

    #include #include #include const int N=1e5+10; const int INF=0x3f3f3f3f; using namespace std; char a; int n; double m,x; int main() { cin>>a>>n>>m>>x; cout<<a<<" "; cout<<n<<" "; cout<<fixed<<setprecision(6)<<m<<" "; cout<<fixed<<setprecision(6)<<x; return 0; }

    信息

    ID
    845
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    (无)
    递交数
    659
    已通过
    303
    上传者