Untitled

Anonymous
c_cpp
04/11/2022 9:11 PM
176 B
32
Indexable
#include <bits/stdc++.h>

using namespace std;

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