Compare commits

..

No commits in common. "6f9e97b91c7e7c280ea0ee6e4f7bba1ada07c58c" and "3d5832b39f38b396a383ba123ca76f51db1f34a7" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#include<iostream>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
cout<<a-b<<" "<<a+c;
return 0;
}