Submission #895

#TimeUsernameProblemLanguageResultExecution timeMemory
895testtest짝수 정렬 (tutorial3)C++98
Compilation error
0 ms0 KiB
#include <algorithm>

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

Compilation message (stderr)

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