Cod sursa(job #496632)

Utilizator CelestiorPop Robert Celestior Data 30 octombrie 2010 00:17:41
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;
}