Cod sursa(job #1616546)
Utilizator | Data | 27 februarie 2016 11:28:37 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <iostream>
#include <fstream>
using namespace std;
ifstream f("adunare.in");
ofstream g("adunare.out");
long long a,b;
int main()
{
g<<a+b;
return 0;
}