Job 20806

Owner
NGUYEN ANH TUAN
Problem
Influence
Source
0.92KB
Result
Wrong answer

Compiler output

prog.cpp: In function 'int dfs(int)':
prog.cpp:22:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<g[x].size(); i++) c[x]+=dfs(g[x][i]);
                   ^
prog.cpp: In function 'int main()':
prog.cpp:44:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0; i<X.size(); i++){
                   ^

Results

Test numberResultTime
110.2717s
210.2743s
3Wrong answer0.2770s
Questions?

Sponsors Gold