제출 #143117

#제출 시각아이디문제언어결과실행 시간메모리
143117bupjae최댓값 (tutorial2)C++17
100 / 100
2 ms504 KiB
#include <algorithm>

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