메뉴 건너뛰기

결과 (전체)

00a85 스카우터 (상대방의 능력치를 보고 대결/회피 결정하기) / 홍32

시간메모리제출올바른 답비율
1초64MB1349543
40.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
7 컴파일 오류 533502
94.2%
컴파일 결과
In function 'main':
8:5: error: break statement not within loop or switch
9:5: error: 'else' without a previous 'if'
9:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
11:5: error: break statement not within loop or switch
12:5: error: 'else' without a previous 'if'
14:5: error: break statement not within loop or switch
5:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
9: (style) Statements following return, break, continue, goto or throw will never be executed.
12: (style) Statements following return, break, continue, goto or throw will never be executed.
위로