Cod sursa(job #1977147)
Utilizator | Data | 5 mai 2017 08:40:10 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | Status | done |
Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
ifstream fin();
ofstream fout();
int a,b;
fin>>a>>b;
fout<<a+b;
}