Submission #851791

# Submission time Handle Problem Language Result Execution time Memory
851791 2023-09-20T15:57:24 Z Ludissey Longest Trip (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;
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Secret mismatch (possible tampering with the output).
2 Halted 0 ms 0 KB -