| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1298206 | nikakh | Obstacles for a Llama (IOI25_obstacles) | C++20 | 0 ms | 0 KiB |
#include "obstacles.h"
#include <bits/stdc++.h>
using namespace std;
using LL = long long;
void initialize(vector<int> T, vector<int> H) {
return;
}
bool can_reach(int L, int R, int S, int D) {
if(!T.empty()) return true;
}
