메뉴 건너뛰기

결과 (전체)

00a64 제주공항 도착시간 계산하기 / 박수진

시간메모리제출올바른 답비율
1초64MB2798682
24.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 648588
90.7%
컴파일 결과
In function 'main':
5:19: error: invalid operands to binary & (have 'char *' and 'int')
11:16: warning: passing argument 1 of 'printf' makes pointer from integer without a cast [-Wint-conversion]
934:0,
1:
103:1: note: expected 'const char * restrict' but argument is of type 'int'
11:9: warning: format not a string literal and no format arguments [-Wformat-security]
11:21: error: expected ')' before ';' token
13:5: error: expected ';' before 'printf'
소스 정적 분석 결과
5: (error) Uninitialized variable: a
6: (error) Uninitialized variable: a
위로