# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
956576 | DeltaStruct | Reversing a Sequence (IOI16_reverse) | C++17 | 24 ms | 5908 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
vector<long long> reverse(vector<long long> a){ reverse(begin(a),end(a)); return a; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |