제출 #5048

#제출 시각아이디문제언어결과실행 시간메모리
5048jspark19990205최댓값 (tutorial2)C++98
컴파일 에러
0 ms0 KiB
int GetMax(int n, int *A) { int max = 0; for(i=0;i<n;i++) if(max<=A[i]) max = A[i]; return 0; }

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

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