제출 #265603

#제출 시각아이디문제언어결과실행 시간메모리
265603kimjihoon뒤집기 (IOI16_reverse)C++14
100 / 100
53 ms5888 KiB
#include "reverse.h" #include <algorithm> std::vector<long long> reverse(std::vector<long long> a) { reverse(a.begin(), a.end()); return a; }
#Verdict Execution timeMemoryGrader output
Fetching results...