divyang4481 / mipt-hw

Automatically exported from code.google.com/p/mipt-hw
0 stars 0 forks source link

task08 DFS, Ефимов #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/efimov_andrey/task08_DFS/withList.cpp
/efimov_andrey/task08_DFS/withMatrix.cpp

Original issue reported on code.google.com by ae.insomniac on 19 May 2013 at 10:41

GoogleCodeExporter commented 9 years ago
0. Warnings:
withList.cpp: In function 'void DFSMain(std::vector<std::vector<TNode*> >&)':
withList.cpp:39:27: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
withList.cpp: In function 'void DFSPrint(std::vector<std::vector<TNode*> >&)':
withList.cpp:47:29: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]

withMatrix.cpp: In constructor 'TNode::TNode()':
withMatrix.cpp:19:12: warning: converting to non-pointer type 'int' from NULL 
[-Wconversion-null]

Решение принято.

Минус 80% баллов за опоздание.

Original comment by aivyu...@gmail.com on 19 May 2013 at 3:26