Cod sursa(job #1132263)

Utilizator neaRMihai Balalau neaR Data 2 martie 2014 22:10:18
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.16 kb
#include <iostream>
#include <fstream>
using namespace std;
ifstream f("adunare.in");
ofstream g("adunare.out");
int main()
{int a,b;
g<<a+b;
return 0;}