Cod sursa(job #1703688)

Utilizator Gigel-FroneGigel Fronel Gigel-Frone Data 17 mai 2016 14:39:25
Problema A+B Scor 100
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.13 kb
#include <fstream>
using namespace std;
int main ()
{ifstream f ("adunare.in");
ofstream g ("adunare.out");
int a, b;
f>> a>> b;
g <<a+b;}