Cod sursa(job #1365065)
| Utilizator | Data | 28 februarie 2015 00:24:52 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | concurs_test1 | Marime | 0.15 kb |
#include <iostream>
#include <fstream>
using namespace std;
int main ()
{
ifstream fin("adunare.in");
ofstream fout("adunare.out");
return 0;
}
