Cod sursa(job #2201971)
Utilizator | Data | 6 mai 2018 20:14:31 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | teme_upb | Marime | 0.15 kb |
#include <iostream>
#include <fstream>
int main()
{
int a,b;
cin>>a;
cin>>b;
ofstream o("adunare.out");
o<<a+b;
ofstream.close;
return 0;
}