# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
895 | 2013-05-24T21:48:56 Z | testtest | 짝수 정렬 (tutorial3) | C++ | 0 ms | 0 KB |
#include <algorithm> int GetMax(int N, int *A) { return *std::max_element(A, A+N); }
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
895 | 2013-05-24T21:48:56 Z | testtest | 짝수 정렬 (tutorial3) | C++ | 0 ms | 0 KB |
#include <algorithm> int GetMax(int N, int *A) { return *std::max_element(A, A+N); }