제출 #8582

#제출 시각아이디문제언어결과실행 시간메모리
8582jjim9417최댓값 (tutorial2)C++98
컴파일 에러
0 ms0 KiB
#include <algorithm> int GetMax(int N, int *A){ sort(A,A+N); return A[N-1]; }

컴파일 시 표준 에러 (stderr) 메시지

tutorial2.cpp: In function 'int GetMax(int, int*)':
tutorial2.cpp:5:12: error: 'sort' was not declared in this scope
tutorial2.cpp:5:12: note: suggested alternative:
/usr/include/c++/4.6/bits/stl_algo.h:5430:5: note:   'std::sort'