Submission #7065

#TimeUsernameProblemLanguageResultExecution timeMemory
7065gs14004최댓값 (tutorial2)C++98
Compilation error
0 ms0 KiB
#include <algorithm> int GetMax(int N, int *A){ return A[std::max_element(A,A+N)-A]; }#include <algorithm> int GetMax(int N, int *A){ return A[std::max_element(A,A+N)-A]; }

Compilation message (stderr)

tutorial2.cpp:4:1: error: stray '#' in program
tutorial2.cpp:4:3: error: 'include' does not name a type