3 solutions

  • -2
    @ 2023-4-1 21:50:18

    #include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; std::cout << std::fixed << std::setprecision(2)<<a<<'+'<<b<<'='<<a+b; return 0; }

    Information

    ID
    15
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    257
    Accepted
    199
    Uploaded By