uri 1001solution in cpp
by ujjal roy
#include<bits/stdc++.h>
using namespace std;
main()
{
int a,b;
cin>>a>>b;
cout<<"X = "<<(a+b)<<endl;
return 0;
}
uri 1001solution in cpp
by ujjal roy
#include<bits/stdc++.h>
using namespace std;
main()
{
int a,b;
cin>>a>>b;
cout<<"X = "<<(a+b)<<endl;
return 0;
}
0 Comments