메뉴 건너뛰기

결과 (전체)

00a00 1개 라인의 정수 2개를 입력받아 그대로 출력하기 / totenhamhotspur

시간메모리제출올바른 답비율
1초64MB199914364
21.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 30032705
90.1%
컴파일 결과
In function 'int main()':
5:9: error: expected unqualified-id before numeric constant
6:21: error: lvalue required as unary '&' operand
6:31: error: expected ')' before numeric constant
7:22: error: lvalue required as unary '&' operand
7:32: error: expected ')' before numeric constant
소스 정적 분석 결과
7: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'signed int *'.
위로