답안 #851791

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
851791 2023-09-20T15:57:24 Z Ludissey 가장 긴 여행 (IOI23_longesttrip) C++17
0 / 100
0 ms 344 KB
#include <bits/stdc++.h>
#include "longesttrip.h"
#define int long long
using namespace std;


#undef int
vector<int> ret;
std::vector<int> longest_trip(int N, int D)
{
    cout << N << " " << D << endl;
    if(D==3){
        for (int i = 0; i < N; i++) ret.push_back(i);
    }
    return ret;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -