| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1298206 | nikakh | 장애물 (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;
}
