# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
587594 | LastRonin | Flights (JOI22_flights) | C++17 | 0 ms | 200 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 "Ali.h"
#include <string>
#include <vector>
#include <bits/stdc++.h>
using namespace std;
namespace {
int variable_example = 0;
}
void Init(int N, std::vector<int> U, std::vector<int> V) {
variable_example++;
SetID(0, 0);
SetID(1, 1);
SetID(2, 2 * N + 19);
}
std::string SendA(std::string S) {
if(variable_example == 1)assert(0);
return "01001";
}
#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;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |