제출 #456379

#제출 시각아이디문제언어결과실행 시간메모리
456379eric00513최댓값 (tutorial2)C++17
100 / 100
1 ms292 KiB
#include <bits/stdc++.h>
using namespace std;

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