Cod sursa(job #2596885)

Utilizator NormalguyBarsan Mihnea Normalguy Data 10 aprilie 2020 16:35:20
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.17 kb
#include <iostream>
#include <fstream>
using namespace std;



long long st,dr,nr0,nr1,rezultat,a[200000],n,i;
int main() {
int n,b;
cin>>n>>b;
cout<<n+b;


return 0;
}