제출 #12832

#제출 시각아이디문제언어결과실행 시간메모리
12832yongwhan최댓값 (tutorial2)C++98
컴파일 에러
0 ms0 KiB
#include<iostream> #include<algorithm> using namespace std; int GetMax(int N, int A[]) { int mx=A[0]; for (int i=0; i<n; i++) mx=max(mx,A[i]); return mx; }

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

tutorial2.cpp: In function 'int GetMax(int, int*)':
tutorial2.cpp:7:18: error: 'n' was not declared in this scope