This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "Anna.h"
#include "bits/stdc++.h"
using namespace std;
// SendA(bool y)
void InitA(int n, int l, int r) {
for (int i = 0; i < 100; ++i) SendA(1);
}
void ReceiveA(bool x) {
}
int Answer() {
return 0;
}
#include "Bruno.h"
#include "bits/stdc++.h"
using namespace std;
// SendB(bool y)
void InitB(int n, vector<int> p) {
}
void ReceiveB(bool x) {
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |