Cod sursa(job #2751024)

Utilizator lucaperjuLuca Perju Verzotti lucaperju Data 13 mai 2021 21:23:13
Problema Cbinteractiv Scor 0
Compilator cpp-64 Status done
Runda Arhiva educationala Marime 0.41 kb
#include <bits/stdc++.h>
using namespace std;
//enum Status {OK, WRONG_ANSWER, WRONG_INTERACTION, Q_LIMIT_EXCEEDED, Q_LIMIT_PARTIAL};
ofstream fout ("cbinteractiv.out");
int main()
{
    ios_base::sync_with_stdio(false);
    int n,i,j;
    fout<<913611539<<'\n'<<0<<endl;
    cout<<"? 1\n"; /// la deruta
    cout.flush();
    cin>>n;
    cout<<"! 1\n"; /// tot la deruta
    cout.flush;
    fout.close();
}