Cod sursa(job #2054516)
Utilizator | Data | 2 noiembrie 2017 00:41:29 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.11 kb |
#include<fstream>
#define x(y,z) std::fstream("adunare."#y,std::ios::y)z
main(){int a,b;x(in,>>)a>>b;x(out,<<)a+b;}