Cod sursa(job #2750868)

Utilizator AlexandruLuchianov1Alex Luchianov AlexandruLuchianov1 Data 13 mai 2021 14:44:54
Problema Cbinteractiv Scor Ascuns
Compilator cpp-64 Status done
Runda Marime 0.34 kb
#include <bits/stdc++.h>

using namespace std;

int main()
{
    ofstream out("cbinteractiv.out");
    
    const int SECURITY = 54378231; // not known by the contestant
    out << SECURITY << endl;
    out << 10 << endl; // 10 puncte
    out << 0 << endl; // Egal cu Status::OK in majoritatea problemelor interactive

    out.close();

    return 0;
}