Cod sursa(job #1471558)

Utilizator felix_vsGherasim Felix felix_vs Data 14 august 2015 13:15:20
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.18 kb
#include <fstream>

using namespace std;

int main()

    int a,b,s;
    s=0;
    ifstream fin("adunare.in");
    ofstream fout("adunare.out");
    fin>>a;
    fin>>b;
{

}