Cod sursa(job #1996907)
| Utilizator | Data | 2 iulie 2017 22:46:14 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include<fstream>
main(){int a,b;std::fstream("adunare.in")>>a>>b;std::ofstream("adunare.out")<<a+b;}
