# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
587596 | 2022-07-02T06:31:50 Z | LastRonin | Flights (JOI22_flights) | C++17 | 0 ms | 0 KB |
#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++; for(int i = 0; i < N; i++) SetId(i, i); } std::string SendA(std::string S) { if(variable_example == 1)assert(0); return "01001"; }