Cod sursa(job #1468174)

Utilizator felix_vsGherasim Felix felix_vs Data 5 august 2015 13:14:43
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.14 kb
#include <iostream>

using namespace std;

int main()
{
    int a,b;
    cin >>a;
    cin >>b;
    a=131;
    b=245;
    return 0

}