Cod sursa(job #1813328)

Utilizator RaresFGyaPopa Rares RaresFGya Data 22 noiembrie 2016 21:18:00
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.17 kb
#include <iostream>

using namespace std;
unsigned long int a,b,S;
int main()
{   ifstream f("adunare.in");
ofstream g("adunare.out");
    S=a+b;
g<<S;
    return 0;
}