Cod sursa(job #2650479)
| Utilizator | Data | 19 septembrie 2020 01:03:23 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <iostream>
#include <fstream>
using namespace std;
int a,b;
int main(){
cin>>a>>b;
ofstream g("adunare.out");
g<<a+b;
return 0;
}
