Cod sursa(job #1963974)
Utilizator | Data | 12 aprilie 2017 22:48:43 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.1 kb |
#include<fstream>
main(){int a,b;std::ifstream("adunare.in")>>a>>b;std::ofstream("adunare.out")<<a+b;}