# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
956573 | 2024-04-02T07:22:46 Z | DeltaStruct | 뒤집기 (IOI16_reverse) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> using namespace std; int64[] reverse(int64[] a){ reverse(begin(a),end(a)); return a; }
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
956573 | 2024-04-02T07:22:46 Z | DeltaStruct | 뒤집기 (IOI16_reverse) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> using namespace std; int64[] reverse(int64[] a){ reverse(begin(a),end(a)); return a; }