Cod sursa(job #3337534)
| Utilizator | Data | 28 ianuarie 2026 17:45:59 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.23 kb |
#include <bits/stdc++.h>
using namespace std ;
int main()
{
ios::sync_with_stdio(false);
cin.tie(0) ;
long long a , b ;
cin >> a >> b ;
cout << a + b << '\n' ;
return 0 ;
}
