- Owner
- Popovici Andrei Sorin
- Problem
- Matrix
- Source
- 1.87KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void compBC(int, int)': prog.cpp:51:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 1; i < v1.size(); ++i) ^ prog.cpp: In function 'void DFS(int, int)': prog.cpp:63:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < v[x].size(); ++i) { ^
Results
Test number Result Time 1 Wrong answer 0.3355s