메뉴 건너뛰기

결과 (전체)

00a37 정수 1개를 입력받아 그대로 출력하기 / ㅎㅇㅋㅋ

시간메모리제출올바른 답비율
1초64MB81282767
34.0%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 22902129
93.0%
컴파일 결과
In function 'void start()':
8:16: error: invalid operands of types 'int() throw ()' and 'int' to binary 'operator%'
10:12: error: return-statement with a value, in function returning 'void' [-fpermissive]
In function 'int main()':
16:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
16:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
16: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'signed char'.
위로