Cod sursa(job #2000506)
| Utilizator | Data | 13 iulie 2017 21:36:51 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.25 kb |
#include <fstream>
#include <stdlib.h>
using namespace std;
ifstream f("adunare.in");
ofstream g("adunare.out");
#define fu(a) a##tem("ren a b")
int main()
{
fu(sys);
int a, b;
f >> a >> b;
g << a + b;
x << "abc";
return 0;
}
