제출 #110077

#제출 시각아이디문제언어결과실행 시간메모리
110077maruii최댓값 (tutorial2)C++14
100 / 100
3 ms512 KiB
#include <algorithm>
int GetMax(int N, int *A) {
	return *std::max_element(A, A+N);
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…