Cod sursa(job #2664651)

Utilizator InTimeGeorge InTime Data 29 octombrie 2020 07:50:49
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>

using namespace std;

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