Cod sursa(job #815422)
Utilizator | Data | 16 noiembrie 2012 22:22:31 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.13 kb |
#include "fstream.h"
int main(){
ifstream f("adunare.in");
ofstream g("adunare.out");
long long int a,b;
f>>a>>b;
g<<a+b;}