Cod sursa(job #999797)

Utilizator bogdanchiChirlejan Alex-Bogdan bogdanchi Data 21 septembrie 2013 14:34:54
Problema A+B Scor 0
Compilator cpp Status done
Runda Lista lui wefgef Marime 0.16 kb
#include <iostream>
using namespace std;
int main()
{
    int a=131,b=245,s=0;
    s=s+a+b;
    cout<<s<<endl;
    system("pause");
    return 0;
}