Untitled

 avatar
unknown
c_cpp
3 years ago
132 B
15
Indexable
#include <bits/stdc++.h>

using namespace std;

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