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