Cod sursa(job #1977150)

Utilizator ruxiciorteaCiortea Ruxandra ruxiciortea Data 5 mai 2017 08:40:45
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;
}