Submission #2934

# Submission time Handle Problem Language Result Execution time Memory
2934 2013-08-13T10:04:13 Z imsifile 최댓값 (tutorial2) C++
Compilation error
0 ms 0 KB
#include <algorithm>
int Getmax(int N,int *A){return *std::max_element(A,A+N);}

Compilation message

/tmp/ccB0kkOn.o: In function `main':
grader.cpp:(.text.startup+0x97): undefined reference to `GetMax(int, int*)'
collect2: ld returned 1 exit status