Cod sursa(job #2207871)
| Utilizator | Data | 27 mai 2018 09:07:09 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <fstream>
using namespace std;
int main() {
ifstream fin("date intrare.txt");
ofstream fout("date iesire.txt");
int a,b;
fin>>a>>b;
fout<<a+b;
return 0;
}
