merchant.cpp: In function 'void go(long long int, long long int)':
merchant.cpp:16:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for ( long long i = 0 ; i < vec [ par ] . size ( ) ; i ++ ) {
~~^~~~~~~~~~~~~~~~~~~~~~~~
merchant.cpp: In function 'int main()':
merchant.cpp:27:11: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf ( "%lld%lld%lld" , & n , & m , & k ) ;
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
merchant.cpp:31:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf ( "%lld%lld" , & x , & y ) ;
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
merchant.cpp:38:15: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf ( "%lld%lld%lld" , & x , & y , & z ) ;
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~