Cod sursa(job #3320208)
| Utilizator | Data | 4 noiembrie 2025 16:08:43 | |
|---|---|---|---|
| Problema | Energii | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <iostream>
using namespace std;
int main()
{
int x, y;
cin>>x;
cin>>y;
x=x-y;
x=x+y;
y=x-y;
cout<<"x+y="<<x+y;
return 0;
}
