Cod sursa(job #702101)
| Utilizator | Data | 1 martie 2012 19:34:15 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | 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;
}
