Job 16636

Owner
Yury Pisarchyk
Problem
Not another LCA problem
Source
1.11KB
Result
Wrong answer

Compiler output

prog.cpp: In function 'void dfs(int)':
prog.cpp:10:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j=0; j<g[i].size(); j++) dfs(g[i][j]);
                  ^
prog.cpp: In function 'int main()':
prog.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (jj=0; jj<g[i].size(); jj++) {
                  ^

Results

Test numberResultTime
1Ok0.2623s
2Ok0.2637s
3Ok0.2670s
4Ok0.2696s
5Ok0.2695s
6Wrong answer0.6024s
Questions?

Sponsors Gold