Cod sursa(job #1269204)
| Utilizator | Data | 21 noiembrie 2014 23:54:37 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <iostream.h>
#include <stdio.h>
#include <conio.h>
#include <fstream.h>
int main (){
ifstream f("adunare.in");
int x;
f>>x;
int a;
f.close();
ofstream g("adunare.out");
g<< a+b;
return 0;
}