제출 #693

#제출 시각아이디문제언어결과실행 시간메모리
693kws7327최댓값 (tutorial2)C++98
컴파일 에러
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; }

컴파일 시 표준 에러 (stderr) 메시지

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