메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB200154369
21.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
4 컴파일 오류 30072709
90.1%
컴파일 결과
In function 'int main()':
5:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat]
5:19: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'int' [-Wformat]
6:15: error: 'pritf' was not declared in this scope
5:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
분석을 수행하지 않았습니다.
위로