메뉴 건너뛰기

결과 (전체)

10rm3 해밍 경로 / andy

시간메모리제출올바른 답비율
2초64MB243
12.5%
이번 횟수이번 판정시도한 사람성공한 사람비율
8 컴파일 오류 53
60.0%
컴파일 결과
In function 'int main()':
30:13: warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat]
30:18: error: 'it' does not name a type
31:17: error: 'it' was not declared in this scope
45:13: warning: range-based 'for' loops only available with -std=c++11 or -std=gnu++11
adj[u])
9:21: warning: unused variable 'k' [-Wunused-variable]
9:24: warning: unused variable 'diff' [-Wunused-variable]
12:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
16:23: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
36:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
54:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
9: (style) Unused variable: k
9: (style) Unused variable: diff
16: (warning) scanf() without field width limits can crash with huge input data.
위로