메뉴 건너뛰기

결과 (전체)

00a32 암호의 해독 / 알트탭

시간메모리제출올바른 답비율
1초64MB911251
27.6%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 244209
85.7%
컴파일 결과
In function 'int main()':
8:9: error: 'i' was not declared in this scope
12:20: error: too few arguments to function 'int printf(const char*, ...)'
934:0,
42,
1:
103:1: note: declared here
16:26: error: expected primary-expression before ')' token
4:10: warning: unused variable 'scr' [-Wunused-variable]
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]
소스 정적 분석 결과
4: (style) Variable 'scr' is assigned a value that is never used.
7: (warning) scanf() without field width limits can crash with huge input data.
위로