메뉴 건너뛰기

결과 (전체)

00a00 1개 라인의 정수 2개를 입력받아 그대로 출력하기 / 김현지

시간메모리제출올바른 답비율
1초64MB200064368
21.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
22 컴파일 오류 30072709
90.1%
컴파일 결과
In function 'main':
4:5: error: stray '\' in program
4:11: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
4:11: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
5:12: warning: format '%d' expects a matching 'int' argument [-Wformat=]
5:12: warning: format '%d' expects a matching 'int' argument [-Wformat=]
4:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
5: (error) printf format string requires 2 parameters but only 0 are given.
위로