Cod sursa(job #2423238)
| Utilizator | Data | 20 mai 2019 22:40:40 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.23 kb |
#include<iostream>
#include<fstream>
#include<string.h>
using namespace std;
ifstream in("adunare.in");
ofstream out("adunare.out");
int S,x;
int main()
{
in>>x;
S=S+x;
in>>x;
S=S+x;
out<<x;
}
