| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1362941 | fv3 | 철로 (IOI14_rail) | C++20 | 27 ms | 588 KiB |
#include "rail.h"
#include <bits/stdc++.h>
using namespace std;
#define findLokation findLocation
#define findDistance getDistance
void findLokation(int N, int first, int PlaceringAfStationerne[], int OmStationernesDimmerePegerOpEllerNed[])
{
vector<int> v;
PlaceringAfStationerne[0] = first;
OmStationernesDimmerePegerOpEllerNed[0] = 1;
for (int i = 1; i < N; i++) {
OmStationernesDimmerePegerOpEllerNed[i] = 2;
PlaceringAfStationerne[i] = first + getDistance(0, i);
}
}
//#include "grader.cpp"
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
