postmen.cpp: In function 'void euler(int)':
postmen.cpp:10:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while(dk[s]<g[s].size()) if(!vig[g[s][dk[s]].second])
~~~~~^~~~~~~~~~~~
postmen.cpp: In function 'int main()':
postmen.cpp:21:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d",&n,&m);
~~~~~^~~~~~~~~~~~~~
postmen.cpp:25:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d",&t1,&t2);
~~~~~^~~~~~~~~~~~~~~~