메뉴 건너뛰기

결과 (전체)

00a12 주어진 문자열의 부분 문자열 출력하기 / 기림이

시간메모리제출올바른 답비율
1초64MB1687692
41.0%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 586549
93.7%
컴파일 결과
In function 'int main()':
9:15: error: 'ni' was not declared in this scope
7:27: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
8:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
8: (warning) scanf() without field width limits can crash with huge input data.
위로