Cod sursa(job #2181679)

Utilizator MotoAMotoi Alexandru MotoA Data 21 martie 2018 19:56:06
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("adunare.in");
ofstream g("adunare.out");
int main(){
f>>a>>b;
g<<a+b;
}