Submission #1102886

# Submission time Handle Problem Language Result Execution time Memory
1102886 2024-10-19T07:54:29 Z rahidilbayramli Reversing a Sequence (IOI16_reverse) C++17
0 / 100
1 ms 336 KB
#include "reverse.h"
#include<bits/stdc++.h>
using namespace std;
vector<long long> reverse(vector<long long> a) {
    reverse(a.begin(), a.end());
	return vector<long long>(a.size());
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 336 KB Output isn't correct
2 Halted 0 ms 0 KB -