Cod sursa(job #2201183)
Utilizator | Data | 3 mai 2018 20:38:04 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.23 kb |
#include <fstream>
#include <iostream>
#include <algorithm>
#include <cmath>
#define ll unsigned long long
using namespace std;
ifstream in("adunare.in");
ofstream out("adunare.out");
int main()
{
ll a, b;
out << a + b;
}