Cod sursa(job #1524530)
| Utilizator | Data | 14 noiembrie 2015 11:11:14 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <fstream>
#include <string.h>
using namespace std;
int main()
{
ifstream f("adunare.in")
ofstream h("adunare.out")
f>>int a;
f>>int b;
h<<a+b;}
