Cod sursa(job #2930572)
Utilizator | Data | 28 octombrie 2022 19:36:12 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<fstream>
int a,b;
int main()
{
return std::ifstream("adunare.in")>>a>>b,std::ofstream("adunare.out")<<a+b,0;
}