Cod sursa(job #3180180)

Utilizator info_manDavid Patrick info_man Data 4 decembrie 2023 19:32:38
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.25 kb
#include <iostream>
#include <fstream>
ifstream fin("adunare.in");
ofstream fout ("adunare.out");
using namespace std;

int main()
{
    int a, b, S;
    fin >> a >> b;

    S = a+b;
    fout << s << endl;
    close fout()
    return 0;
}