답안 #686485

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
686485 2023-01-25T10:49:59 Z zeroesandones 꿈 (IOI13_dreaming) C++17
0 / 100
19 ms 1364 KB
#include "bits/stdc++.h"
#include "dreaming.h"
using namespace std;

typedef long long ll;
typedef long double ld;
typedef vector<ll> vi;
typedef pair<ll, ll> pi;

#define FOR(i, j, k) for (ll i = j; i < (ll) k; ++i)
#define FORD(i, j, k) for (ll i = j; i >= (ll) k; --i)
#define nl "\n"
#define sp " "

#define all(x) (x).begin(), (x).end()
#define sc second
#define fr first
#define pb emplace_back

int travelTime(int n, int m, int l, int a[], int b[], int t[]) {
    int ans = 0;
    FOR(i, 0, m)
        ans += t[i];
    ans += l;
    return ans;
}

# 결과 실행 시간 메모리 Grader output
1 Incorrect 19 ms 1364 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 19 ms 1364 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 7 ms 648 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 19 ms 1364 KB Output isn't correct
2 Halted 0 ms 0 KB -