# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
717782 | 2023-04-02T14:11:00 Z | skyvn97 | Hexagonal Territory (APIO21_hexagon) | C++14 | 0 ms | 0 KB |
#include "hexagon.h" #include <vector> int draw_territory(int N, int A, int B, std::vector<int> D, std::vector<int> L) { while (true) cout << "HUHUHU" << endl; }