Cod sursa(job #702098)
Utilizator | Data | 1 martie 2012 19:33:00 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c | Status | done |
Runda | Lista lui wefgef | Marime | 0.19 kb |
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
long s;
int a,b;
ifstream out(adunare.out)
ofstream in(adunare.in)
in>>a;
in>>b;
s=a+b;
out<<s;
}