Cod sursa(job #2937081)

Utilizator DumitruRRoman Gheorghe Dumitru DumitruR Data 9 noiembrie 2022 21:15:12
Problema A+B Scor 0
Compilator c-64 Status done
Runda Arhiva de probleme Marime 0.11 kb
#include <iostream>

using namespace std;

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