Untitled

mail@pastecode.io avatar
unknown
c_cpp
2 years ago
132 B
14
Indexable
Never
#include <bits/stdc++.h>

using namespace std;

int main()
{
    double x,y;
    cin>>x>>y;
    cout<<???<<setprecision(???)<<x+y;
}