Cod sursa(job #2768935)
| Utilizator | Data | 12 august 2021 17:27:09 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <iostream>
using namespace std;
int main()
{
int a, b;
cin>>a>>b;
int t;
a+b=t;
cout<<t<<endl;
}