Submission #2935

#TimeUsernameProblemLanguageResultExecution timeMemory
2935imsifile최댓값 (tutorial2)C++98
Compilation error
0 ms0 KiB
#include <algorithm> #include "grader.h" int Getmax(int N,int *A){return *std::max_element(A,A+N);}

Compilation message (stderr)

tutorial2.cpp:2:20: fatal error: grader.h: No such file or directory
compilation terminated.