kovanice.cpp: In function 'int main()':
kovanice.cpp:37:30: warning: comparison of integer expressions of different signedness: 'std::vector<long long int>::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
37 | for(long long i=0;ana.size()>i;i++){
| ~~~~~~~~~~^~
kovanice.cpp:52:39: warning: comparison of integer expressions of different signedness: 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} and 'long long int' [-Wsign-compare]
52 | for(long long j=0;adj[pivot].size()>j;j++){
| ~~~~~~~~~~~~~~~~~^~
kovanice.cpp:4:18: warning: variable 'd' set but not used [-Wunused-but-set-variable]
4 | long long a,b,c,d,e,t;
| ^
kovanice.cpp:4:20: warning: unused variable 'e' [-Wunused-variable]
4 | long long a,b,c,d,e,t;
| ^
kovanice.cpp:4:22: warning: unused variable 't' [-Wunused-variable]
4 | long long a,b,c,d,e,t;
| ^
kovanice.cpp:5:7: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | scanf("%lld %lld %lld",&a,&b,&c);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
kovanice.cpp:21:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
21 | scanf("%lld%c%lld",&h,&kl,&m);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~