메뉴 건너뛰기

결과 (전체)

00a32 암호의 해독 / 알트탭

시간메모리제출올바른 답비율
1초64MB911251
27.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
3 컴파일 오류 244209
85.7%
컴파일 결과
In function 'int main()':
8:9: error: 'i' was not declared in this scope
12:24: warning: format '%c' expects a matching 'int' argument [-Wformat=]
6:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
7:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
12: (error) printf format string requires 1 parameter but only 0 are given.
7: (warning) scanf() without field width limits can crash with huge input data.
위로