메뉴 건너뛰기

결과 (전체)

00a47 N 팩토리얼 구하기 / 알트탭

시간메모리제출올바른 답비율
1초64MB4572824
18.0%
이번 횟수이번 판정시도한 사람성공한 사람비율
3 컴파일 오류 875689
78.7%
컴파일 결과
3:11: error: '::main' must return 'int'
In function 'int main()':
6:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
11:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
6:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'signed long *'.
11: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'signed long'.
위로