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