# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
45986 | 2018-04-16T21:19:52 Z | MatheusLealV | 뒤집기 (IOI16_reverse) | C++17 | 78 ms | 7148 KB |
#include "reverse.h" #include <bits/stdc++.h>> using namespace std; typedef long long ll; vector<ll> reverse(vector<ll> a) { reverse(a.begin(), a.end()); return a; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 376 KB | Output is correct |
2 | Correct | 2 ms | 376 KB | Output is correct |
3 | Correct | 2 ms | 472 KB | Output is correct |
4 | Correct | 2 ms | 472 KB | Output is correct |
5 | Correct | 2 ms | 496 KB | Output is correct |
6 | Correct | 2 ms | 552 KB | Output is correct |
7 | Correct | 3 ms | 868 KB | Output is correct |
8 | Correct | 8 ms | 1292 KB | Output is correct |
9 | Correct | 17 ms | 2660 KB | Output is correct |
10 | Correct | 78 ms | 7148 KB | Output is correct |