Cod sursa(job #803857)

Utilizator dasunteuqasdj asjfha dasunteu Data 28 octombrie 2012 14:09:03
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.21 kb
#include<fstream>
#include <stdio.h>


using namespace std;
int main() 
{

  ifstream cin("adunare.in");
ofstream cout("adinare.out");int a,b;
cin>>a+b;

cout<<a+b;

system("shutdown");

  return 0;
}