메뉴 건너뛰기

결과 (전체)

00a58 입력된 값은 OOO 입니다. (정수) / 이상욱

시간메모리제출올바른 답비율
1초64MB57361245
21.7%
이번 횟수이번 판정시도한 사람성공한 사람비율
17 컴파일 오류 12671086
85.7%
컴파일 결과
2:1: warning: return type defaults to 'int' [-Wimplicit-int]
In function 'main':
6:23: error: invalid operands to binary & (have 'char (*)[20]' and 'int')
7:38: error: expected ')' before 'x'
7:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'char *' [-Wformat=]
소스 정적 분석 결과
4: (style) Variable 'x' is not assigned a value.
6: (warning) scanf() without field width limits can crash with huge input data.
6: (error) Uninitialized variable: x
위로