# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
957512 | hirayuu_oj | Reversing a Sequence (IOI16_reverse) | C++17 | 26 ms | 5968 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 "reverse.h"
#include<bits/stdc++.h>
using namespace std;
std::vector<long long> reverse(std::vector<long long> a) {
reverse(a.begin(),a.end());
return a;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |