Cod sursa(job #2054518)

Utilizator neth------ neth Data 2 noiembrie 2017 00:43:17
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.1 kb
#include<fstream>
#define x(y) std::fstream("adunare."#y)
main(){int a,b;x(in)>>a>>b;x(out)<<a+b;}