메뉴 건너뛰기

결과 (전체)

00a43 N번째 알파벳 출력하기 / 푸딩망고

시간메모리제출올바른 답비율
1초64MB1886869
46.1%
이번 횟수이번 판정시도한 사람성공한 사람비율
5 컴파일 오류 796745
93.6%
컴파일 결과
In function 'int main()':
4:11: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
5:11: error: invalid conversion from 'const char*' to 'int' [-fpermissive]
9:7: error: expected ';' before 'a'
5:9: warning: unused variable 'a' [-Wunused-variable]
7:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
4: (portability) Assigning a pointer to an integer is not portable.
5: (portability) Assigning a pointer to an integer is not portable.
위로