제출 #685

#제출 시각아이디문제언어결과실행 시간메모리
685gs12013짝수 정렬 (tutorial3)C++98
컴파일 에러
0 ms0 KiB
#include "grader.h" #include <algorithm> void sort_even(int N, int *A) { std::sort(A, A+N); for(i=0;i<N;i++) Report(A[i]); }

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

grader.cpp:37:2: warning: no newline at end of file
In file included from tutorial3.cpp:1:
grader.h:1:22: warning: no newline at end of file
tutorial3.cpp: In function 'void sort_even(int, int*)':
tutorial3.cpp:7: error: 'i' was not declared in this scope