Cod sursa(job #3352321)

Utilizator AndreiEnacheTheGoatAndrei Iancu Enache AndreiEnacheTheGoat Data 26 aprilie 2026 16:39:00
Problema Deque Scor 0
Compilator cpp-64 Status done
Runda Arhiva educationala Marime 0.11 kb
#include <iostream>

using namespace std;

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