Cod sursa(job #1496552)
| Utilizator | Data | 5 octombrie 2015 10:30:19 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <iostream>
#include <fstream>
using namespace std;
ifstream f("date.in");
ofstream g("date.out");
int main()
{int a,b;f>>a>>b;g<<a+b;}
