답안 #897

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
897 2013-05-24T22:44:57 Z testtest 짝수 정렬 (tutorial3) C++
컴파일 오류
0 ms 0 KB
#include <algorithm>

int GetMax(int N, int *A) {
  return *std::max_element(A, A+N);
}

Compilation message

grader.cpp:37:2: warning: no newline at end of file
/tmp/cc2nv67S.o: In function `main':
grader.cpp:(.text+0x94): undefined reference to `sort_even(int, int*)'
collect2: ld returned 1 exit status