Cod sursa(job #3127961)
Utilizator | Data | 7 mai 2023 23:38:24 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.1 kb |
#import"fstream"
main(){int A,B;std::ifstream("adunare.in")>>A>>B;std::ofstream("adunare.out")<<A+B;}