Cod sursa(job #975373)
Utilizator | Data | 19 iulie 2013 22:56:40 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.2 kb |
#include <iostream>
#include <fstream>
using namespace std;
int A,B;
int main()
{
ifstream ("adunare.in");
ofstream ("adunare.out")
f>>A>>B;
g<<A+B;
return 0;
}