Cod sursa(job #496631)

Utilizator CelestiorPop Robert Celestior Data 30 octombrie 2010 00:12:32
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>
using namespace std;
int main()

{
	int a=20, b=30;
	cout <<a+b ;
	return 0;
}