Cod sursa(job #1506632)
| Utilizator | Data | 20 octombrie 2015 20:49:48 | |
|---|---|---|---|
| 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;}
