Cod sursa(job #1919027)
Utilizator | Data | 9 martie 2017 17:43:22 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.37 kb |
#include <cstdio>
#include <iostream>
#include <vector>
using namespace std;
const int NMAX = 1000000;
int main()
{
freopen("adunare.in", "r", stdin);
freopen("adunare.out", "w", stdout);
int x = sizeof(vector <int>);
char *pp = new char[x * 1024 * 1024];
int a, b;
cin >> a >> b;
cout << a + b << '\n';
return 0;
}