Cod sursa(job #2976195)

Utilizator wiredlessMaricica Popescu wiredless Data 8 februarie 2023 16:46:31
Problema A+B Scor 100
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.31 kb
#include <bits/stdc++.h>
using namespace std;

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

int main()
{
    int a, b;
    fin >> a >> b;
    fout << a + b;
}

/* 
don't worry, i'll keep waiting for you to do something.
i have all the time in the world.
not so sure about you, though.
*/