Cod sursa(job #827397)

Utilizator ShardzEnache Andrei Shardz Data 2 decembrie 2012 00:02:17
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.14 kb
#include <iostream>
using namespace std;
ifstream in("adunare.in");
ofstream out("adunare.out");
int main()
{
	int a,b;
	out<<a+b;
}