# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
587592 | LastRonin | Flights (JOI22_flights) | C++17 | 0 ms | 0 KiB |
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 "Benjamin.h"
#include <string>
#include <vector>
#include <bits/stdc++.h>
using namespace std;
namespace {
int variable_example = 0;
}
std::string SendB(int N, int X, int Y) {
variable_example = 2;
if (X == 0) {
return "00000000001111111111";
}
return "00000111110000011111";
}
int Answer(std::string T) {
if(variable_example == 2)assert(0);
return 1;
}