메뉴 건너뛰기

결과 (전체)

00a52 정수 2개를 라인 단위로 입력받아 덧셈하기 / 별애완토끼

시간메모리제출올바른 답비율
1초64MB51301415
27.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 13341200
90.0%
컴파일 결과
In function 'int main()':
5:23: error: 'd' was not declared in this scope
6:22: error: expected ')' before 'b'
6:23: warning: format '%d' expects a matching 'int' argument [-Wformat=]
4:11: warning: unused variable 'b' [-Wunused-variable]
소스 정적 분석 결과
5: (error) scanf format string requires 2 parameters but only 1 is given.
6: (error) printf format string requires 2 parameters but only 1 is given.
4: (style) Variable 'b' is not assigned a value.
위로