Cod sursa(job #999141)
Utilizator | Data | 19 septembrie 2013 13:38:57 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.2 kb |
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
fstream fin("trapez.in",ios::in);
fstream fout("trapez.out",ios::out);
fin >> a >> b;
fout << a+b;
}