제출 #3123

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

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

tutorial3.cpp: In function 'int sort_even(int, int*)':
tutorial3.cpp:6:14: error: expected primary-expression before '=' token
tutorial3.cpp:9:1: warning: no return statement in function returning non-void [-Wreturn-type]