Cod sursa(job #2025363)
Utilizator | Data | 22 septembrie 2017 17:13:36 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <iostream>
#include<fstream>
using namespace std;
int A,B,S=0;
ifstream "adunare.in")
ofstream ("adunare.out")
int main()
{
in>>A;
in>>B;
S=A+B;
out<<S;
return 0;
}