메뉴 건너뛰기

결과 (전체)

00b16 알파벳 순열 생성하기 / 헤헿

시간메모리제출올바른 답비율
2초64MB360148
41.1%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 10686
81.1%
컴파일 결과
3:2: error: invalid preprocessing directive #incldue
In function 'int main()':
8:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
9:19: error: 'd' was not declared in this scope
7:9: warning: unused variable 'i' [-Wunused-variable]
7:12: warning: unused variable 'j' [-Wunused-variable]
7:15: warning: unused variable 'k' [-Wunused-variable]
8:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
8: (warning) %d in format string (no. 1) requires 'int *' but the argument type is 'signed int'.
7: (style) Unused variable: i
7: (style) Unused variable: j
7: (style) Unused variable: k
위로