Cod sursa(job #1928678)
Utilizator | Data | 16 martie 2017 17:08:11 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp | Status | done |
Runda | Lista lui wefgef | Marime | 0.11 kb |
#include<fstream>
int main(){int A,B;std::ifstream("adunare.in")>>A>>B;std::ofstream("adunare.out")<<A+B;}