Cod sursa(job #2446426)

Utilizator BastionVlad Hristache Bastion Data 8 august 2019 20:52:06
Problema A+B Scor 100
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.18 kb
#include <fstream>
using namespace std;
ifstream kek ("adunare.in");
ofstream istan ("adunare.out");
int main () {
int a, b;
kek >>a>>b;
istan <<a+b;




return 0;

}