Cod sursa(job #1492762)

Utilizator andrei1299Ghiorghe Andrei Alexandru andrei1299 Data 28 septembrie 2015 09:41:33
Problema BFS - Parcurgere in latime Scor 0
Compilator cpp Status done
Runda Arhiva educationala Marime 0.11 kb
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}