메뉴 건너뛰기

결과 (전체)

00a91 1부터 N까지 N개 라인에 걸쳐 회전하여 출력하기 / 지리산꼭대기

시간메모리제출올바른 답비율
1초64MB518129
24.9%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 122105
86.1%
컴파일 결과
In function 'main':
10:26: error: expected expression before ')' token
5:11: warning: unused variable 'j' [-Wunused-variable]
8:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
12:13: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
13: (warning) Logical conjunction always evaluates to false: EXPR < 1 && EXPR > 1000.
5: (style) Unused variable: j
위로