000124.cpp: In function 'int main(int, char**)':
000124.cpp:46:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
000124.cpp:63:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::map<int, int>::size_type {aka long unsigned int}' [-Wformat]
000124.cpp:17:6: warning: unused variable 'sum' [-Wunused-variable]
000124.cpp: In function 'int summ(std::map<int, int>)':
000124.cpp:78:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
