메뉴 건너뛰기

결과 (전체)

00a07 오른쪽 N비트 이동하기 (왼쪽은 무조건 0으로 채움) / 손지율

시간메모리제출올바른 답비율
1초64MB2189491
22.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
77 컴파일 오류 386291
75.4%
컴파일 결과
In function 'void binhaw(long long int)':
4:14: error: storage size of 'bin' isn't known
5:5: error: 'i' was not declared in this scope
In function 'int main()':
15:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
4: (style) The scope of the variable 'bin' can be reduced.
9: (style) Variable 'bin' is assigned a value that is never used.
9: (error) Uninitialized variable: bin
위로