제출 #1016

#제출 시각아이디문제언어결과실행 시간메모리
1016testtest최댓값 (tutorial2)C++98
100 / 100
0 ms1088 KiB
#include <algorithm>

int GetMax(int N, int *A) {
  return *std::max_element(A, A+N);
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…