Submission #693

#TimeUsernameProblemLanguageResultExecution timeMemory
693kws7327최댓값 (tutorial2)C++98
Compilation error
0 ms0 KiB
int M(int n, int *a){ int i,max=0; for (i=0;i<n;i++)if(max<a[i])max=a[i]; return max; }

Compilation message (stderr)

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