Submission #897

# Submission time Handle Problem Language Result Execution time Memory
897 2013-05-24T22:44:57 Z testtest 짝수 정렬 (tutorial3) C++
Compilation error
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