Untitled
unknown
c_cpp
4 years ago
132 B
22
Indexable
#include <bits/stdc++.h>
using namespace std;
int main()
{
double x,y;
cin>>x>>y;
cout<<???<<setprecision(???)<<x+y;
}Editor is loading...
#include <bits/stdc++.h>
using namespace std;
int main()
{
double x,y;
cin>>x>>y;
cout<<???<<setprecision(???)<<x+y;
}