Submission #777

# Submission time Handle Problem Language Result Execution time Memory
777 2013-03-02T14:08:38 Z alephnull 최댓값 (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

tutorial2.c:1:21: fatal error: algorithm: No such file or directory
compilation terminated.