diff --git a/hello world.cpp b/hello world.cpp index fa54591..2c7929b 100644 --- a/hello world.cpp +++ b/hello world.cpp @@ -1,6 +1,10 @@ #include using namespace std; int main() { - cout<<"My name is yizhiyinbao"; + int a,b,c; + cin>>a; + cin>>b; + cout<<(a+b)*2< +using namespace std; +int main() { + int x,y; + cin>>x; + cin>>y; + cout<<"x+y="<