Cod sursa(job #437506)
| Utilizator | Data | 9 aprilie 2010 20:22:39 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.17 kb |
#include<iostream>
using namespace std;
int main()
{
int x,y,z;
a=10;
b=12;
c=a+b;
cout<<x<<'\n';
cout<<y<<'\n';
cout<<z<<'\n';
system("pause");
return 0;
}
