제출 #139087

#제출 시각아이디문제언어결과실행 시간메모리
139087ibrahim001철로 (IOI14_rail)C++14
0 / 100
85 ms504 KiB
#include "rail.h"
#include <bits/stdc++.h>
#define intt long long
#define pb push_back
#define F first
#define S second
#define endl '\n'
using namespace std;
void findLocation(int N, int first, int location[], int stype[])
{
    for ( int i = 1; i < N; i++ )
    {
        location[i] = getDistance(0,i)+first;
    }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...