Cod sursa(job #2871698)

Utilizator eighfwmoisescu eighfw Data 15 martie 2022 15:38:58
Problema A+B Scor 0
Compilator cpp-32 Status done
Runda Arhiva de probleme Marime 0.17 kb
#include <fstream>

using namespace std;

ifstream fin("adunare.in");
ofstream fout("adunare.out");

int A,B;

int main()
{
    fin>>A>>b;
    fout<<A+B;
}