- 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 number Result Time 1 1 0.2717s 2 1 0.2743s 3 Wrong answer 0.2770s