Cod sursa(job #2054513)
Utilizator | Data | 2 noiembrie 2017 00:41:06 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
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;}