Cod sursa(job #2186415)
Utilizator | Data | 25 martie 2018 16:34:34 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <iostream>
#include <stack>
using namespace std;
typedef int Stiva [500];
int main()
{
cout << "Hello world!" << endl;
return 0;
}